Html Css Color HEX #B86319 Christine

📋 copy color: '#B86319'

red 184 ◦ green 99 ◦ blue 25

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

Shades of Christine #B86319

Tints of Christine #B86319

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.14%

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

R = 59.74%
G = 32.14%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B86319 (or 0xB86319) is known color: Christine. HEX triplet: B8, 63 and 19. RGB value is (184,99,25). Sum of RGB (Red+Green+Blue) = 184+99+25=308 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.74% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 184 - color contains mainly: red. Hex color #B86319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86319 is #479CE6. Grayscale: #747474. Windows color (decimal): -4693223 or 1663928. OLE color: 1663928.

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

Color convert

RGB 184 99 25 -
CMYK 0 0.46 0.86 0.28
HSL 27.92º 0.76% 0.41% -
HSV(B) 27.92º 0.86% 0.72% -
XYZ 24.4 19.18 3.34 -
YUV 115.98 76.66 176.52 -
System Red Green Blue C M Y K H S L
Decimal 184 99 25 0 0.46 0.86 0.28 27.92 0.76 0.41
Hex B8 63 19 0 2E 56 1C 1C 4C 29
Octal 270 143 31 0 56 126 34 34 114 51
Binary 10111000 1100011 11001 0 101110 1010110 11100 11100 1001100 101001

Color Harmonies of #B86319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86319

Black with #B86319

Text Example


Text Example

White with #B86319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86319; }

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

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

background-color css

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

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

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

border-color css

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

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

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