Html Css Color HEX #BB6418 Christine

📋 copy color: '#BB6418'

red 187 ◦ green 100 ◦ blue 24

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

Shades of Christine #BB6418

Tints of Christine #BB6418

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.15%

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

R = 60.13%
G = 32.15%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB6418 (or 0xBB6418) is known color: Christine. HEX triplet: BB, 64 and 18. RGB value is (187,100,24). Sum of RGB (Red+Green+Blue) = 187+100+24=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6418 is #449BE7. Grayscale: #757575. Windows color (decimal): -4496360 or 1598651. OLE color: 1598651.

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

Color convert

RGB 187 100 24 -
CMYK 0 0.47 0.87 0.27
HSL 27.98º 0.77% 0.41% -
HSV(B) 27.98º 0.87% 0.73% -
XYZ 25.22 19.75 3.35 -
YUV 117.35 75.32 177.68 -
System Red Green Blue C M Y K H S L
Decimal 187 100 24 0 0.47 0.87 0.27 27.98 0.77 0.41
Hex BB 64 18 0 2F 57 1B 1C 4D 29
Octal 273 144 30 0 57 127 33 34 115 51
Binary 10111011 1100100 11000 0 101111 1010111 11011 11100 1001101 101001

Color Harmonies of #BB6418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6418

Black with #BB6418

Text Example


Text Example

White with #BB6418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6418; }

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

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

background-color css

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

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

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

border-color css

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

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

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