#B6652A

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

Shades of Christine #B6652A

Tints of Christine #B6652A

Color information

#B6652A (or 0xB6652A) is unknown color: approx Christine. HEX triplet: B6, 65 and 2A. RGB value is (182,101,42). Sum of RGB (Red+Green+Blue) = 182+101+42=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B6652A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6652A is #499AD5. Grayscale: #767676. Windows color (decimal): -4823766 or 2778550. OLE color: 2778550.

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

Color convert

RGB18210142-
CMYK00.450.770.29
HSL25.29º62.5%43.92%-
HSV(B)25.29º76.92%71.37%-
XYZ24.3619.424.65-
YUV118.4984.84173.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56%
GREEN value IS 101 (39.84% from 255) = 31.08%
BLUE value IS 42 (16.80% from 255) = 12.92%
R=56%
G=31.08%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821014200.450.770.2925.2962.543.92
HexB6652A02D4D1D193e2c
Octal2661455205511535317654
Binary101101101100101101010010110110011011110111001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6652A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6652A; }

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

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

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

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

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

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

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

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