Html Css Color HEX #B85E1E Christine

📋 copy color: '#B85E1E'

red 184 ◦ green 94 ◦ blue 30

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

Shades of Christine #B85E1E

Tints of Christine #B85E1E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.52%

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

R = 59.74%
G = 30.52%
B = 9.74%

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

#B85E1E (or 0xB85E1E) is known color: Christine. HEX triplet: B8, 5E and 1E. RGB value is (184,94,30). Sum of RGB (Red+Green+Blue) = 184+94+30=308 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.74% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85E1E is #47A1E1. Grayscale: #717171. Windows color (decimal): -4694498 or 1990328. OLE color: 1990328.

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

Color convert

RGB 184 94 30 -
CMYK 0 0.49 0.84 0.28
HSL 24.94º 0.72% 0.42% -
HSV(B) 24.94º 0.84% 0.72% -
XYZ 24 18.29 3.49 -
YUV 113.61 80.82 178.2 -
System Red Green Blue C M Y K H S L
Decimal 184 94 30 0 0.49 0.84 0.28 24.94 0.72 0.42
Hex B8 5E 1E 0 31 54 1C 19 48 2A
Octal 270 136 36 0 61 124 34 31 110 52
Binary 10111000 1011110 11110 0 110001 1010100 11100 11001 1001000 101010

Color Harmonies of #B85E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85E1E

Black with #B85E1E

Text Example


Text Example

White with #B85E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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