Html Css Color HEX #BB6517 Christine

📋 copy color: '#BB6517'

red 187 ◦ green 101 ◦ blue 23

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

Shades of Christine #BB6517

Tints of Christine #BB6517

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.48%

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

R = 60.13%
G = 32.48%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB6517 (or 0xBB6517) is known color: Christine. HEX triplet: BB, 65 and 17. RGB value is (187,101,23). Sum of RGB (Red+Green+Blue) = 187+101+23=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 23 (9.38% from 255 or 7.40% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6517 is #449AE8. Grayscale: #767676. Windows color (decimal): -4496105 or 1533371. OLE color: 1533371.

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

Color convert

RGB 187 101 23 -
CMYK 0 0.46 0.88 0.27
HSL 28.54º 0.78% 0.41% -
HSV(B) 28.54º 0.88% 0.73% -
XYZ 25.3 19.93 3.32 -
YUV 117.82 74.49 177.34 -
System Red Green Blue C M Y K H S L
Decimal 187 101 23 0 0.46 0.88 0.27 28.54 0.78 0.41
Hex BB 65 17 0 2E 58 1B 1D 4E 29
Octal 273 145 27 0 56 130 33 35 116 51
Binary 10111011 1100101 10111 0 101110 1011000 11011 11101 1001110 101001

Color Harmonies of #BB6517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6517

Black with #BB6517

Text Example


Text Example

White with #BB6517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6517; }

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

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

background-color css

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

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

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

border-color css

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

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

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