Html Css Color HEX #B85D1E Christine

📋 copy color: '#B85D1E'

red 184 ◦ green 93 ◦ blue 30

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

Shades of Christine #B85D1E

Tints of Christine #B85D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.77%

R = 59.93%
G = 30.29%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B85D1E (or 0xB85D1E) is known color: Christine. HEX triplet: B8, 5D and 1E. RGB value is (184,93,30). Sum of RGB (Red+Green+Blue) = 184+93+30=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85D1E is #47A2E1. Grayscale: #717171. Windows color (decimal): -4694754 or 1990072. OLE color: 1990072.

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

Color convert

RGB 184 93 30 -
CMYK 0 0.49 0.84 0.28
HSL 24.55º 0.72% 0.42% -
HSV(B) 24.55º 0.84% 0.72% -
XYZ 23.92 18.11 3.46 -
YUV 113.03 81.15 178.62 -
System Red Green Blue C M Y K H S L
Decimal 184 93 30 0 0.49 0.84 0.28 24.55 0.72 0.42
Hex B8 5D 1E 0 31 54 1C 19 48 2A
Octal 270 135 36 0 61 124 34 31 110 52
Binary 10111000 1011101 11110 0 110001 1010100 11100 11001 1001000 101010

Color Harmonies of #B85D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85D1E

Black with #B85D1E

Text Example


Text Example

White with #B85D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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