#B9622D

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

Shades of Christine #B9622D

Tints of Christine #B9622D

Color information

#B9622D (or 0xB9622D) is unknown color: approx Christine. HEX triplet: B9, 62 and 2D. RGB value is (185,98,45). Sum of RGB (Red+Green+Blue) = 185+98+45=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B9622D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9622D is #469DD2. Grayscale: #767676. Windows color (decimal): -4627923 or 2974393. OLE color: 2974393.

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

Color convert

RGB1859845-
CMYK00.470.760.27
HSL22.71º60.87%45.1%-
HSV(B)22.71º75.68%72.55%-
XYZ24.8519.244.89-
YUV117.9786.82175.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.40%
GREEN value IS 98 (38.67% from 255) = 29.88%
BLUE value IS 45 (17.97% from 255) = 13.72%
R=56.40%
G=29.88%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185984500.470.760.2722.7160.8745.1
HexB9622D02F4C1B173d2d
Octal2711425505711433277555
Binary101110011100010101101010111110011001101110111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9622D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9622D; }

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

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

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

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

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

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

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

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