#B6631B

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

Shades of Christine #B6631B

Tints of Christine #B6631B

Color information

#B6631B (or 0xB6631B) is unknown color: approx Christine. HEX triplet: B6, 63 and 1B. RGB value is (182,99,27). Sum of RGB (Red+Green+Blue) = 182+99+27=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B6631B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6631B is #499CE4. Grayscale: #737373. Windows color (decimal): -4824293 or 1794998. OLE color: 1794998.

HSL color Cylindrical-coordinate representation of color #B6631B: hue angle of 27.87º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B6631B is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB1829927-
CMYK00.460.850.29
HSL27.87º74.16%40.98%-
HSV(B)27.87º85.16%71.37%-
XYZ23.9518.953.43-
YUV115.6178175.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.09%
GREEN value IS 99 (39.06% from 255) = 32.14%
BLUE value IS 27 (10.94% from 255) = 8.77%
R=59.09%
G=32.14%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182992700.460.850.2927.8774.1640.98
HexB6631B02E551D1c4a29
Octal26614333056125353411251
Binary101101101100011110110101110101010111101111001001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6631B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6631B; }

 p { color: rgb(182,99,27); }

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

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

 a { background-color: rgb(182,99,27); }

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

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

 span { border-color: rgb(182,99,27); }

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