Html Css Color HEX #BB6224 Christine

📋 copy color: '#BB6224'

red 187 ◦ green 98 ◦ blue 36

#BB6224
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christine #BB6224

Tints of Christine #BB6224

RGB

 RED value IS 187 (73.44% from 255) = 58.26%

 GREEN value IS 98 (38.67% from 255) = 30.53%

 BLUE value IS 36 (14.45% from 255) = 11.21%

R = 58.26%
G = 30.53%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB6224 (or 0xBB6224) is known color: Christine. HEX triplet: BB, 62 and 24. RGB value is (187,98,36). Sum of RGB (Red+Green+Blue) = 187+98+36=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 36 (14.45% from 255 or 11.21% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6224 is #449DDB. Grayscale: #757575. Windows color (decimal): -4496860 or 2384571. OLE color: 2384571.

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

Color convert

RGB 187 98 36 -
CMYK 0 0.48 0.81 0.27
HSL 24.64º 0.68% 0.44% -
HSV(B) 24.64º 0.81% 0.73% -
XYZ 25.18 19.43 4.09 -
YUV 117.54 81.99 177.54 -
System Red Green Blue C M Y K H S L
Decimal 187 98 36 0 0.48 0.81 0.27 24.64 0.68 0.44
Hex BB 62 24 0 30 51 1B 19 44 2C
Octal 273 142 44 0 60 121 33 31 104 54
Binary 10111011 1100010 100100 0 110000 1010001 11011 11001 1000100 101100

Color Harmonies of #BB6224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6224

Black with #BB6224

Text Example


Text Example

White with #BB6224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6224; }

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

 H1.HeaderClassName
 {
   color: #BB6224;
 }
 .AnyTagClassName
 {
   color: #BB6224;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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