#B26221

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

Shades of Christine #B26221

Tints of Christine #B26221

Color information

#B26221 (or 0xB26221) is unknown color: approx Christine. HEX triplet: B2, 62 and 21. RGB value is (178,98,33). Sum of RGB (Red+Green+Blue) = 178+98+33=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B26221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26221 is #4D9DDE. Grayscale: #727272. Windows color (decimal): -5086687 or 2187954. OLE color: 2187954.

HSL color Cylindrical-coordinate representation of color #B26221: hue angle of 26.9º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B26221 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB1789833-
CMYK00.450.810.30
HSL26.9º68.72%41.37%-
HSV(B)26.9º81.46%69.8%-
XYZ2318.313.76-
YUV114.5182173.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.61%
GREEN value IS 98 (38.67% from 255) = 31.72%
BLUE value IS 33 (13.28% from 255) = 10.68%
R=57.61%
G=31.72%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178983300.450.810.3026.968.7241.37
HexB2622102D511E1b4529
Octal26214241055121363310551
Binary1011001011000101000010101101101000111110110111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26221; }

 p { color: rgb(178,98,33); }

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

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

 a { background-color: rgb(178,98,33); }

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

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

 span { border-color: rgb(178,98,33); }

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