#B66528

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

Shades of Christine #B66528

Tints of Christine #B66528

Color information

#B66528 (or 0xB66528) is unknown color: approx Christine. HEX triplet: B6, 65 and 28. RGB value is (182,101,40). Sum of RGB (Red+Green+Blue) = 182+101+40=323 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.35% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 182 - color contains mainly: red. Hex color #B66528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66528 is #499AD7. Grayscale: #767676. Windows color (decimal): -4823768 or 2647478. OLE color: 2647478.

HSL color Cylindrical-coordinate representation of color #B66528: hue angle of 25.77º 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 #B66528 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB18210140-
CMYK00.450.780.29
HSL25.77º63.96%43.53%-
HSV(B)25.77º78.02%71.37%-
XYZ24.3319.414.47-
YUV118.2683.84173.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.35%
GREEN value IS 101 (39.84% from 255) = 31.27%
BLUE value IS 40 (16.02% from 255) = 12.38%
R=56.35%
G=31.27%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821014000.450.780.2925.7763.9643.53
HexB6652802D4E1D1a402c
Octal26614550055116353210054
Binary1011011011001011010000101101100111011101110101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66528; }

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

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

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

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

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

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

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

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