Html Css Color HEX #B86015 Christine

📋 copy color: '#B86015'

red 184 ◦ green 96 ◦ blue 21

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

Shades of Christine #B86015

Tints of Christine #B86015

RGB

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

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

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

R = 61.13%
G = 31.89%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B86015 (or 0xB86015) is known color: Christine. HEX triplet: B8, 60 and 15. RGB value is (184,96,21). Sum of RGB (Red+Green+Blue) = 184+96+21=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B86015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86015 is #479FEA. Grayscale: #727272. Windows color (decimal): -4693995 or 1401016. OLE color: 1401016.

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

Color convert

RGB 184 96 21 -
CMYK 0 0.48 0.89 0.28
HSL 27.61º 0.8% 0.4% -
HSV(B) 27.61º 0.89% 0.72% -
XYZ 24.09 18.61 3.03 -
YUV 113.76 75.65 178.1 -
System Red Green Blue C M Y K H S L
Decimal 184 96 21 0 0.48 0.89 0.28 27.61 0.8 0.4
Hex B8 60 15 0 30 59 1C 1C 50 28
Octal 270 140 25 0 60 131 34 34 120 50
Binary 10111000 1100000 10101 0 110000 1011001 11100 11100 1010000 101000

Color Harmonies of #B86015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86015

Black with #B86015

Text Example


Text Example

White with #B86015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86015; }

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

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

background-color css

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

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

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

border-color css

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

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

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