Html Css Color HEX #BB5E18 Christine

📋 copy color: '#BB5E18'

red 187 ◦ green 94 ◦ blue 24

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

Shades of Christine #BB5E18

Tints of Christine #BB5E18

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.82%

 BLUE value IS 24 (9.77% from 255) = 7.87%

R = 61.31%
G = 30.82%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB5E18 (or 0xBB5E18) is known color: Christine. HEX triplet: BB, 5E and 18. RGB value is (187,94,24). Sum of RGB (Red+Green+Blue) = 187+94+24=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5E18 is #44A1E7. Grayscale: #727272. Windows color (decimal): -4497896 or 1597115. OLE color: 1597115.

HSL color Cylindrical-coordinate representation of color #BB5E18: hue angle of 25.77º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB5E18 is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 94 24 -
CMYK 0 0.50 0.87 0.27
HSL 25.77º 0.77% 0.41% -
HSV(B) 25.77º 0.87% 0.73% -
XYZ 24.66 18.64 3.16 -
YUV 113.83 77.31 180.19 -
System Red Green Blue C M Y K H S L
Decimal 187 94 24 0 0.50 0.87 0.27 25.77 0.77 0.41
Hex BB 5E 18 0 32 57 1B 1A 4D 29
Octal 273 136 30 0 62 127 33 32 115 51
Binary 10111011 1011110 11000 0 110010 1010111 11011 11010 1001101 101001

Color Harmonies of #BB5E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E18

Black with #BB5E18

Text Example


Text Example

White with #BB5E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E18; }

 p { color: rgb(187,94,24); }

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

background-color css

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

 a { background-color: rgb(187,94,24); }

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

border-color css

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

 span { border-color: rgb(187,94,24); }

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