#B9642D

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

Shades of Christine #B9642D

Tints of Christine #B9642D

Color information

#B9642D (or 0xB9642D) is unknown color: approx Christine. HEX triplet: B9, 64 and 2D. RGB value is (185,100,45). Sum of RGB (Red+Green+Blue) = 185+100+45=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B9642D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9642D is #469BD2. Grayscale: #777777. Windows color (decimal): -4627411 or 2974905. OLE color: 2974905.

HSL color Cylindrical-coordinate representation of color #B9642D: hue angle of 23.57º 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 #B9642D is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB18510045-
CMYK00.460.760.27
HSL23.57º60.87%45.1%-
HSV(B)23.57º75.68%72.55%-
XYZ25.0419.624.95-
YUV119.1486.16174.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.06%
GREEN value IS 100 (39.45% from 255) = 30.30%
BLUE value IS 45 (17.97% from 255) = 13.64%
R=56.06%
G=30.30%
B=13.64%

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
Decimal1851004500.460.760.2723.5760.8745.1
HexB9642D02E4C1B183d2d
Octal2711445505611433307555
Binary101110011100100101101010111010011001101111000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9642D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9642D; }

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

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

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

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

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

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

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

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