Html Css Color HEX #B86013 Christine

📋 copy color: '#B86013'

red 184 ◦ green 96 ◦ blue 19

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

Shades of Christine #B86013

Tints of Christine #B86013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.11%

 BLUE value IS 19 (7.81% from 255) = 6.35%

R = 61.54%
G = 32.11%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B86013 (or 0xB86013) is known color: Christine. HEX triplet: B8, 60 and 13. RGB value is (184,96,19). Sum of RGB (Red+Green+Blue) = 184+96+19=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 19 (7.81% from 255 or 6.35% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B86013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86013 is #479FEC. Grayscale: #717171. Windows color (decimal): -4693997 or 1269944. OLE color: 1269944.

HSL color Cylindrical-coordinate representation of color #B86013: hue angle of 28º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B86013 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 96 19 -
CMYK 0 0.48 0.90 0.28
HSL 28º 0.81% 0.4% -
HSV(B) 28º 0.9% 0.72% -
XYZ 24.07 18.6 2.94 -
YUV 113.53 74.65 178.26 -
System Red Green Blue C M Y K H S L
Decimal 184 96 19 0 0.48 0.90 0.28 28 0.81 0.4
Hex B8 60 13 0 30 5A 1C 1C 51 28
Octal 270 140 23 0 60 132 34 34 121 50
Binary 10111000 1100000 10011 0 110000 1011010 11100 11100 1010001 101000

Color Harmonies of #B86013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86013

Black with #B86013

Text Example


Text Example

White with #B86013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86013; }

 p { color: rgb(184,96,19); }

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

background-color css

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

 a { background-color: rgb(184,96,19); }

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

border-color css

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

 span { border-color: rgb(184,96,19); }

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