#B86028

Color #B86028 Christine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christine #B86028

Tints of Christine #B86028

Color information

#B86028 (or 0xB86028) is unknown color: approx Christine. HEX triplet: B8, 60 and 28. RGB value is (184,96,40). Sum of RGB (Red+Green+Blue) = 184+96+40=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B86028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86028 is #479FD7. Grayscale: #747474. Windows color (decimal): -4693976 or 2646200. OLE color: 2646200.

HSL color Cylindrical-coordinate representation of color #B86028: hue angle of 23.33º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B86028 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB1849640-
CMYK00.480.780.28
HSL23.33º64.29%43.92%-
HSV(B)23.33º78.26%72.16%-
XYZ24.3318.714.34-
YUV115.9385.15176.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.5%
GREEN value IS 96 (37.89% from 255) = 30%
BLUE value IS 40 (16.02% from 255) = 12.5%
R=57.5%
G=30%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184964000.480.780.2823.3364.2943.92
HexB860280304E1C17402c
Octal27014050060116342710054
Binary1011100011000001010000110000100111011100101111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86028; }

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

 H1.HeaderClassName
 {
   color: #B86028;
 }
 .AnyTagClassName
 {
   color: #B86028;
 }
</style>
background-color css

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

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

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

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

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

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