#B26219

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

Shades of Christine #B26219

Tints of Christine #B26219

Color information

#B26219 (or 0xB26219) is unknown color: approx Christine. HEX triplet: B2, 62 and 19. RGB value is (178,98,25). Sum of RGB (Red+Green+Blue) = 178+98+25=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B26219 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26219 is #4D9DE6. Grayscale: #717171. Windows color (decimal): -5086695 or 1663666. OLE color: 1663666.

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

Color convert

RGB1789825-
CMYK00.450.860.30
HSL28.63º75.37%39.8%-
HSV(B)28.63º85.96%69.8%-
XYZ22.918.273.24-
YUV113.678173.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.14%
GREEN value IS 98 (38.67% from 255) = 32.56%
BLUE value IS 25 (10.16% from 255) = 8.31%
R=59.14%
G=32.56%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.86
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178982500.450.860.3028.6375.3739.8
HexB2621902D561E1d4b28
Octal26214231055126363511350
Binary101100101100010110010101101101011011110111011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26219; }

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

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

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

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

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

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

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

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