Html Css Color HEX #B86215 Christine

📋 copy color: '#B86215'

red 184 ◦ green 98 ◦ blue 21

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

Shades of Christine #B86215

Tints of Christine #B86215

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.34%

 BLUE value IS 21 (8.59% from 255) = 6.93%

R = 60.73%
G = 32.34%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B86215 (or 0xB86215) is known color: Christine. HEX triplet: B8, 62 and 15. RGB value is (184,98,21). Sum of RGB (Red+Green+Blue) = 184+98+21=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B86215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86215 is #479DEA. Grayscale: #737373. Windows color (decimal): -4693483 or 1401528. OLE color: 1401528.

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

Color convert

RGB 184 98 21 -
CMYK 0 0.47 0.89 0.28
HSL 28.34º 0.8% 0.4% -
HSV(B) 28.34º 0.89% 0.72% -
XYZ 24.27 18.98 3.09 -
YUV 114.94 74.99 177.26 -
System Red Green Blue C M Y K H S L
Decimal 184 98 21 0 0.47 0.89 0.28 28.34 0.8 0.4
Hex B8 62 15 0 2F 59 1C 1C 50 28
Octal 270 142 25 0 57 131 34 34 120 50
Binary 10111000 1100010 10101 0 101111 1011001 11100 11100 1010000 101000

Color Harmonies of #B86215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86215

Black with #B86215

Text Example


Text Example

White with #B86215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86215; }

 p { color: rgb(184,98,21); }

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

background-color css

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

 a { background-color: rgb(184,98,21); }

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

border-color css

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

 span { border-color: rgb(184,98,21); }

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