#B9632D

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

Shades of Christine #B9632D

Tints of Christine #B9632D

Color information

#B9632D (or 0xB9632D) is unknown color: approx Christine. HEX triplet: B9, 63 and 2D. RGB value is (185,99,45). Sum of RGB (Red+Green+Blue) = 185+99+45=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B9632D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9632D is #469CD2. Grayscale: #767676. Windows color (decimal): -4627667 or 2974649. OLE color: 2974649.

HSL color Cylindrical-coordinate representation of color #B9632D: hue angle of 23.14º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9632D is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB1859945-
CMYK00.460.760.27
HSL23.14º60.87%45.1%-
HSV(B)23.14º75.68%72.55%-
XYZ24.9419.434.92-
YUV118.5686.49175.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.23%
GREEN value IS 99 (39.06% from 255) = 30.09%
BLUE value IS 45 (17.97% from 255) = 13.68%
R=56.23%
G=30.09%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185994500.460.760.2723.1460.8745.1
HexB9632D02E4C1B173d2d
Octal2711435505611433277555
Binary101110011100011101101010111010011001101110111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9632D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9632D; }

 p { color: rgb(185,99,45); }

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

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

 a { background-color: rgb(185,99,45); }

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

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

 span { border-color: rgb(185,99,45); }

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