#B9632A

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

Shades of Christine #B9632A

Tints of Christine #B9632A

Color information

#B9632A (or 0xB9632A) is unknown color: approx Christine. HEX triplet: B9, 63 and 2A. RGB value is (185,99,42). Sum of RGB (Red+Green+Blue) = 185+99+42=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B9632A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9632A is #469CD5. Grayscale: #767676. Windows color (decimal): -4627670 or 2778041. OLE color: 2778041.

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

Color convert

RGB1859942-
CMYK00.460.770.27
HSL23.92º63%44.51%-
HSV(B)23.92º77.3%72.55%-
XYZ24.8919.414.62-
YUV118.2284.99175.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.75%
GREEN value IS 99 (39.06% from 255) = 30.37%
BLUE value IS 42 (16.80% from 255) = 12.88%
R=56.75%
G=30.37%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185994200.460.770.2723.926344.51
HexB9632A02E4D1B183f2d
Octal2711435205611533307755
Binary101110011100011101010010111010011011101111000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9632A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9632A; }

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

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

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

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

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

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

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

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