Html Css Color HEX #BB6417 Christine

📋 copy color: '#BB6417'

red 187 ◦ green 100 ◦ blue 23

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

Shades of Christine #BB6417

Tints of Christine #BB6417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.42%

R = 60.32%
G = 32.26%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB6417 (or 0xBB6417) is known color: Christine. HEX triplet: BB, 64 and 17. RGB value is (187,100,23). Sum of RGB (Red+Green+Blue) = 187+100+23=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 23 (9.38% from 255 or 7.42% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6417 is #449BE8. Grayscale: #757575. Windows color (decimal): -4496361 or 1533115. OLE color: 1533115.

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

Color convert

RGB 187 100 23 -
CMYK 0 0.47 0.88 0.27
HSL 28.17º 0.78% 0.41% -
HSV(B) 28.17º 0.88% 0.73% -
XYZ 25.21 19.74 3.29 -
YUV 117.24 74.82 177.76 -
System Red Green Blue C M Y K H S L
Decimal 187 100 23 0 0.47 0.88 0.27 28.17 0.78 0.41
Hex BB 64 17 0 2F 58 1B 1C 4E 29
Octal 273 144 27 0 57 130 33 34 116 51
Binary 10111011 1100100 10111 0 101111 1011000 11011 11100 1001110 101001

Color Harmonies of #BB6417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6417

Black with #BB6417

Text Example


Text Example

White with #BB6417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6417; }

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

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

background-color css

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

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

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

border-color css

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

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

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