#B36223

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

Shades of Christine #B36223

Tints of Christine #B36223

Color information

#B36223 (or 0xB36223) is unknown color: approx Christine. HEX triplet: B3, 62 and 23. RGB value is (179,98,35). Sum of RGB (Red+Green+Blue) = 179+98+35=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B36223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36223 is #4C9DDC. Grayscale: #737373. Windows color (decimal): -5021149 or 2319027. OLE color: 2319027.

HSL color Cylindrical-coordinate representation of color #B36223: hue angle of 26.25º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B36223 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB1799835-
CMYK00.450.800.30
HSL26.25º67.29%41.96%-
HSV(B)26.25º80.45%70.2%-
XYZ23.2618.443.92-
YUV115.0482.84173.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.37%
GREEN value IS 98 (38.67% from 255) = 31.41%
BLUE value IS 35 (14.06% from 255) = 11.22%
R=57.37%
G=31.41%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179983500.450.800.3026.2567.2941.96
HexB3622302D501E1a432a
Octal26314243055120363210352
Binary1011001111000101000110101101101000011110110101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36223; }

 p { color: rgb(179,98,35); }

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

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

 a { background-color: rgb(179,98,35); }

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

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

 span { border-color: rgb(179,98,35); }

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