Html Css Color HEX #B85D14 Christine

📋 copy color: '#B85D14'

red 184 ◦ green 93 ◦ blue 20

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

Shades of Christine #B85D14

Tints of Christine #B85D14

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.31%

 BLUE value IS 20 (8.2% from 255) = 6.73%

R = 61.95%
G = 31.31%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B85D14 (or 0xB85D14) is known color: Christine. HEX triplet: B8, 5D and 14. RGB value is (184,93,20). Sum of RGB (Red+Green+Blue) = 184+93+20=297 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.95% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85D14 is #47A2EB. Grayscale: #707070. Windows color (decimal): -4694764 or 1334712. OLE color: 1334712.

HSL color Cylindrical-coordinate representation of color #B85D14: hue angle of 26.71º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B85D14 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 93 20 -
CMYK 0 0.49 0.89 0.28
HSL 26.71º 0.8% 0.4% -
HSV(B) 26.71º 0.89% 0.72% -
XYZ 23.81 18.07 2.89 -
YUV 111.89 76.15 179.44 -
System Red Green Blue C M Y K H S L
Decimal 184 93 20 0 0.49 0.89 0.28 26.71 0.8 0.4
Hex B8 5D 14 0 31 59 1C 1B 50 28
Octal 270 135 24 0 61 131 34 33 120 50
Binary 10111000 1011101 10100 0 110001 1011001 11100 11011 1010000 101000

Color Harmonies of #B85D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85D14

Black with #B85D14

Text Example


Text Example

White with #B85D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85D14; }

 p { color: rgb(184,93,20); }

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

background-color css

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

 a { background-color: rgb(184,93,20); }

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

border-color css

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

 span { border-color: rgb(184,93,20); }

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