Html Css Color HEX #B85B17 Christine

📋 copy color: '#B85B17'

red 184 ◦ green 91 ◦ blue 23

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

Shades of Christine #B85B17

Tints of Christine #B85B17

RGB

 RED value IS 184 (72.27% from 255) = 61.74%

 GREEN value IS 91 (35.94% from 255) = 30.54%

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

R = 61.74%
G = 30.54%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B85B17 (or 0xB85B17) is known color: Christine. HEX triplet: B8, 5B and 17. RGB value is (184,91,23). Sum of RGB (Red+Green+Blue) = 184+91+23=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85B17 is #47A4E8. Grayscale: #6F6F6F. Windows color (decimal): -4695273 or 1530808. OLE color: 1530808.

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

Color convert

RGB 184 91 23 -
CMYK 0 0.51 0.88 0.28
HSL 25.34º 0.78% 0.41% -
HSV(B) 25.34º 0.88% 0.72% -
XYZ 23.66 17.73 2.99 -
YUV 111.06 78.31 180.03 -
System Red Green Blue C M Y K H S L
Decimal 184 91 23 0 0.51 0.88 0.28 25.34 0.78 0.41
Hex B8 5B 17 0 33 58 1C 19 4E 29
Octal 270 133 27 0 63 130 34 31 116 51
Binary 10111000 1011011 10111 0 110011 1011000 11100 11001 1001110 101001

Color Harmonies of #B85B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85B17

Black with #B85B17

Text Example


Text Example

White with #B85B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85B17; }

 p { color: rgb(184,91,23); }

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

background-color css

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

 a { background-color: rgb(184,91,23); }

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

border-color css

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

 span { border-color: rgb(184,91,23); }

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