Html Css Color HEX #B85C17 Christine

📋 copy color: '#B85C17'

red 184 ◦ green 92 ◦ blue 23

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

Shades of Christine #B85C17

Tints of Christine #B85C17

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.77%

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

R = 61.54%
G = 30.77%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B85C17 (or 0xB85C17) is known color: Christine. HEX triplet: B8, 5C and 17. RGB value is (184,92,23). Sum of RGB (Red+Green+Blue) = 184+92+23=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 23 (9.38% from 255 or 7.69% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85C17 is #47A3E8. Grayscale: #707070. Windows color (decimal): -4695017 or 1531064. OLE color: 1531064.

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

Color convert

RGB 184 92 23 -
CMYK 0 0.50 0.88 0.28
HSL 25.71º 0.78% 0.41% -
HSV(B) 25.71º 0.88% 0.72% -
XYZ 23.75 17.91 3.02 -
YUV 111.64 77.98 179.61 -
System Red Green Blue C M Y K H S L
Decimal 184 92 23 0 0.50 0.88 0.28 25.71 0.78 0.41
Hex B8 5C 17 0 32 58 1C 1A 4E 29
Octal 270 134 27 0 62 130 34 32 116 51
Binary 10111000 1011100 10111 0 110010 1011000 11100 11010 1001110 101001

Color Harmonies of #B85C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85C17

Black with #B85C17

Text Example


Text Example

White with #B85C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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