#B66728

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

Shades of Christine #B66728

Tints of Christine #B66728

Color information

#B66728 (or 0xB66728) is unknown color: approx Christine. HEX triplet: B6, 67 and 28. RGB value is (182,103,40). Sum of RGB (Red+Green+Blue) = 182+103+40=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B66728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66728 is #4998D7. Grayscale: #777777. Windows color (decimal): -4823256 or 2647990. OLE color: 2647990.

HSL color Cylindrical-coordinate representation of color #B66728: hue angle of 26.62º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B66728 is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB18210340-
CMYK00.430.780.29
HSL26.62º63.96%43.53%-
HSV(B)26.62º78.02%71.37%-
XYZ24.5219.84.54-
YUV119.4483.17172.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56%
GREEN value IS 103 (40.62% from 255) = 31.69%
BLUE value IS 40 (16.02% from 255) = 12.31%
R=56%
G=31.69%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821034000.430.780.2926.6263.9643.53
HexB6672802B4E1D1b402c
Octal26614750053116353310054
Binary1011011011001111010000101011100111011101110111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66728; }

 p { color: rgb(182,103,40); }

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

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

 a { background-color: rgb(182,103,40); }

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

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

 span { border-color: rgb(182,103,40); }

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