Html Css Color HEX #BB6118 Christine

📋 copy color: '#BB6118'

red 187 ◦ green 97 ◦ blue 24

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

Shades of Christine #BB6118

Tints of Christine #BB6118

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.49%

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

R = 60.71%
G = 31.49%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB6118 (or 0xBB6118) is known color: Christine. HEX triplet: BB, 61 and 18. RGB value is (187,97,24). Sum of RGB (Red+Green+Blue) = 187+97+24=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6118 is #449EE7. Grayscale: #737373. Windows color (decimal): -4497128 or 1597883. OLE color: 1597883.

HSL color Cylindrical-coordinate representation of color #BB6118: hue angle of 26.87º 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 #BB6118 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 97 24 -
CMYK 0 0.48 0.87 0.27
HSL 26.87º 0.77% 0.41% -
HSV(B) 26.87º 0.87% 0.73% -
XYZ 24.93 19.18 3.25 -
YUV 115.59 76.32 178.94 -
System Red Green Blue C M Y K H S L
Decimal 187 97 24 0 0.48 0.87 0.27 26.87 0.77 0.41
Hex BB 61 18 0 30 57 1B 1B 4D 29
Octal 273 141 30 0 60 127 33 33 115 51
Binary 10111011 1100001 11000 0 110000 1010111 11011 11011 1001101 101001

Color Harmonies of #BB6118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6118

Black with #BB6118

Text Example


Text Example

White with #BB6118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6118; }

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

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

background-color css

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

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

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

border-color css

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

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

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