#B4651C

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

Shades of Christine #B4651C

Tints of Christine #B4651C

Color information

#B4651C (or 0xB4651C) is unknown color: approx Christine. HEX triplet: B4, 65 and 1C. RGB value is (180,101,28). Sum of RGB (Red+Green+Blue) = 180+101+28=309 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.25% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 180 - color contains mainly: red. Hex color #B4651C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4651C is #4B9AE3. Grayscale: #747474. Windows color (decimal): -4954852 or 1861044. OLE color: 1861044.

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

Color convert

RGB18010128-
CMYK00.440.840.29
HSL28.82º73.08%40.78%-
HSV(B)28.82º84.44%70.59%-
XYZ23.6919.093.54-
YUV116.378.17173.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.25%
GREEN value IS 101 (39.84% from 255) = 32.69%
BLUE value IS 28 (11.33% from 255) = 9.06%
R=58.25%
G=32.69%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801012800.440.840.2928.8273.0840.78
HexB4651C02C541D1d4929
Octal26414534054124353511151
Binary101101001100101111000101100101010011101111011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4651C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4651C; }

 p { color: rgb(180,101,28); }

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

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

 a { background-color: rgb(180,101,28); }

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

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

 span { border-color: rgb(180,101,28); }

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