#B56315

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

Shades of Christine #B56315

Tints of Christine #B56315

Color information

#B56315 (or 0xB56315) is unknown color: approx Christine. HEX triplet: B5, 63 and 15. RGB value is (181,99,21). Sum of RGB (Red+Green+Blue) = 181+99+21=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B56315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56315 is #4A9CEA. Grayscale: #737373. Windows color (decimal): -4889835 or 1401781. OLE color: 1401781.

HSL color Cylindrical-coordinate representation of color #B56315: hue angle of 29.25º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B56315 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB1819921-
CMYK00.450.880.29
HSL29.25º79.21%39.61%-
HSV(B)29.25º88.4%70.98%-
XYZ23.6518.83.09-
YUV114.6375.17175.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.13%
GREEN value IS 99 (39.06% from 255) = 32.89%
BLUE value IS 21 (8.59% from 255) = 6.98%
R=60.13%
G=32.89%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181992100.450.880.2929.2579.2139.61
HexB5631502D581D1d4f28
Octal26514325055130353511750
Binary101101011100011101010101101101100011101111011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56315; }

 p { color: rgb(181,99,21); }

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

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

 a { background-color: rgb(181,99,21); }

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

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

 span { border-color: rgb(181,99,21); }

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