#B9622E

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

Shades of Christine #B9622E

Tints of Christine #B9622E

Color information

#B9622E (or 0xB9622E) is unknown color: approx Christine. HEX triplet: B9, 62 and 2E. RGB value is (185,98,46). Sum of RGB (Red+Green+Blue) = 185+98+46=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B9622E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9622E is #469DD1. Grayscale: #767676. Windows color (decimal): -4627922 or 3039929. OLE color: 3039929.

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

Color convert

RGB1859846-
CMYK00.470.750.27
HSL22.45º60.17%45.29%-
HSV(B)22.45º75.14%72.55%-
XYZ24.8719.254.99-
YUV118.0887.32175.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.23%
GREEN value IS 98 (38.67% from 255) = 29.79%
BLUE value IS 46 (18.36% from 255) = 13.98%
R=56.23%
G=29.79%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185984600.470.750.2722.4560.1745.29
HexB9622E02F4B1B163c2d
Octal2711425605711333267455
Binary101110011100010101110010111110010111101110110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9622E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9622E; }

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

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

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

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

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

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

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

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