Html Css Color HEX #B86119 Christine

📋 copy color: '#B86119'

red 184 ◦ green 97 ◦ blue 25

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

Shades of Christine #B86119

Tints of Christine #B86119

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.7%

 BLUE value IS 25 (10.16% from 255) = 8.17%

R = 60.13%
G = 31.7%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B86119 (or 0xB86119) is known color: Christine. HEX triplet: B8, 61 and 19. RGB value is (184,97,25). Sum of RGB (Red+Green+Blue) = 184+97+25=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B86119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86119 is #479EE6. Grayscale: #737373. Windows color (decimal): -4693735 or 1663416. OLE color: 1663416.

HSL color Cylindrical-coordinate representation of color #B86119: hue angle of 27.17º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B86119 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 97 25 -
CMYK 0 0.47 0.86 0.28
HSL 27.17º 0.76% 0.41% -
HSV(B) 27.17º 0.86% 0.72% -
XYZ 24.22 18.81 3.27 -
YUV 114.81 77.32 177.35 -
System Red Green Blue C M Y K H S L
Decimal 184 97 25 0 0.47 0.86 0.28 27.17 0.76 0.41
Hex B8 61 19 0 2F 56 1C 1B 4C 29
Octal 270 141 31 0 57 126 34 33 114 51
Binary 10111000 1100001 11001 0 101111 1010110 11100 11011 1001100 101001

Color Harmonies of #B86119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86119

Black with #B86119

Text Example


Text Example

White with #B86119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86119; }

 p { color: rgb(184,97,25); }

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

background-color css

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

 a { background-color: rgb(184,97,25); }

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

border-color css

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

 span { border-color: rgb(184,97,25); }

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