#b3621e

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

Shades of Christine #B3621E

Tints of Christine #B3621E

Color information

#B3621E (or 0xB3621E) is unknown color: approx Christine. HEX triplet: B3, 62 and 1E. RGB value is (179,98,30). Sum of RGB (Red+Green+Blue) = 179+98+30=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B3621E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3621E is #4C9DE1. Grayscale: #727272. Windows color (decimal): -5021154 or 1991347. OLE color: 1991347.

HSL color Cylindrical-coordinate representation of color #B3621E: hue angle of 27.38º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B3621E is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB1799830-
CMYK00.450.830.30
HSL27.38º71.29%40.98%-
HSV(B)27.38º83.24%70.2%-
XYZ23.1918.413.56-
YUV114.4780.34174.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.31%
GREEN value IS 98 (38.67% from 255) = 31.92%
BLUE value IS 30 (12.11% from 255) = 9.77%
R=58.31%
G=31.92%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179983000.450.830.3027.3871.2940.98
HexB3621E02D531E1b4729
Octal26314236055123363310751
Binary101100111100010111100101101101001111110110111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3621e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3621e; }

 p { color: rgb(179,98,30); }

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

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

 a { background-color: rgb(179,98,30); }

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

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

 span { border-color: rgb(179,98,30); }

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