#BB622F

Color #BB622F Christine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christine #BB622F

Tints of Christine #BB622F

Color information

#BB622F (or 0xBB622F) is unknown color: approx Christine. HEX triplet: BB, 62 and 2F. RGB value is (187,98,47). Sum of RGB (Red+Green+Blue) = 187+98+47=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB622F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB622F is #449DD0. Grayscale: #777777. Windows color (decimal): -4496849 or 3105467. OLE color: 3105467.

HSL color Cylindrical-coordinate representation of color #BB622F: hue angle of 21.86º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB622F is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB1879847-
CMYK00.480.750.27
HSL21.86º59.83%45.88%-
HSV(B)21.86º74.87%73.33%-
XYZ25.3719.515.12-
YUV118.887.49176.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 56.33%
GREEN value IS 98 (38.67% from 255) = 29.52%
BLUE value IS 47 (18.75% from 255) = 14.16%
R=56.33%
G=29.52%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187984700.480.750.2721.8659.8345.88
HexBB622F0304B1B163c2e
Octal2731425706011333267456
Binary101110111100010101111011000010010111101110110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB622F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB622F; }

 p { color: rgb(187,98,47); }

 H1.HeaderClassName
 {
   color: #BB622F;
 }
 .AnyTagClassName
 {
   color: #BB622F;
 }
</style>
background-color css

<style>
 a { background-color: #BB622F; }

 a { background-color: rgb(187,98,47); }

 div.DivClassName
 {
   background-color: #BB622F;
 }
 .BgClassName
 {
   background-color: #BB622F;
 }
</style>
border-color css

<style>
 span { border-color: #BB622F; }

 span { border-color: rgb(187,98,47); }

 td.TdClassName
 {
   border-color: #BB622F;
 }
 .TagClassName
 {
   border-color: #BB622F;
 }
</style>