#B26519

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

Shades of Christine #B26519

Tints of Christine #B26519

Color information

#B26519 (or 0xB26519) is unknown color: approx Christine. HEX triplet: B2, 65 and 19. RGB value is (178,101,25). Sum of RGB (Red+Green+Blue) = 178+101+25=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B26519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26519 is #4D9AE6. Grayscale: #737373. Windows color (decimal): -5085927 or 1664434. OLE color: 1664434.

HSL color Cylindrical-coordinate representation of color #B26519: hue angle of 29.8º 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 #B26519 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB17810125-
CMYK00.430.860.30
HSL29.8º75.37%39.8%-
HSV(B)29.8º85.96%69.8%-
XYZ23.1918.843.33-
YUV115.3677.01172.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.55%
GREEN value IS 101 (39.84% from 255) = 33.22%
BLUE value IS 25 (10.16% from 255) = 8.22%
R=58.55%
G=33.22%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781012500.430.860.3029.875.3739.8
HexB2651902B561E1e4b28
Octal26214531053126363611350
Binary101100101100101110010101011101011011110111101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26519; }

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

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

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

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

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

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

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

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