#B4621E

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

Shades of Christine #B4621E

Tints of Christine #B4621E

Color information

#B4621E (or 0xB4621E) is unknown color: approx Christine. HEX triplet: B4, 62 and 1E. RGB value is (180,98,30). Sum of RGB (Red+Green+Blue) = 180+98+30=308 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.44% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 180 - color contains mainly: red. Hex color #B4621E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4621E is #4B9DE1. Grayscale: #737373. Windows color (decimal): -4955618 or 1991348. OLE color: 1991348.

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

Color convert

RGB1809830-
CMYK00.460.830.29
HSL27.2º71.43%41.18%-
HSV(B)27.2º83.33%70.59%-
XYZ23.4218.533.57-
YUV114.7780.17174.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.44%
GREEN value IS 98 (38.67% from 255) = 31.82%
BLUE value IS 30 (12.11% from 255) = 9.74%
R=58.44%
G=31.82%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180983000.460.830.2927.271.4341.18
HexB4621E02E531D1b4729
Octal26414236056123353310751
Binary101101001100010111100101110101001111101110111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4621E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4621E; }

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

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

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

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

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

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

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

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