#B26118

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

Shades of Christine #B26118

Tints of Christine #B26118

Color information

#B26118 (or 0xB26118) is unknown color: approx Christine. HEX triplet: B2, 61 and 18. RGB value is (178,97,24). Sum of RGB (Red+Green+Blue) = 178+97+24=299 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.53% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 178 - color contains mainly: red. Hex color #B26118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26118 is #4D9EE7. Grayscale: #717171. Windows color (decimal): -5086952 or 1597874. OLE color: 1597874.

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

Color convert

RGB1789724-
CMYK00.460.870.30
HSL28.44º76.24%39.61%-
HSV(B)28.44º86.52%69.8%-
XYZ22.818.083.15-
YUV112.977.84174.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.53%
GREEN value IS 97 (38.28% from 255) = 32.44%
BLUE value IS 24 (9.77% from 255) = 8.03%
R=59.53%
G=32.44%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178972400.460.870.3028.4476.2439.61
HexB2611802E571E1c4c28
Octal26214130056127363411450
Binary101100101100001110000101110101011111110111001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26118; }

 p { color: rgb(178,97,24); }

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

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

 a { background-color: rgb(178,97,24); }

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

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

 span { border-color: rgb(178,97,24); }

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