#B4661C

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

Shades of Christine #B4661C

Tints of Christine #B4661C

Color information

#B4661C (or 0xB4661C) is unknown color: approx Christine. HEX triplet: B4, 66 and 1C. RGB value is (180,102,28). Sum of RGB (Red+Green+Blue) = 180+102+28=310 (41% of max value = 765). Red value is 180 (70.70% from 255 or 58.06% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 180 - color contains mainly: red. Hex color #B4661C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4661C is #4B99E3. Grayscale: #757575. Windows color (decimal): -4954596 or 1861300. OLE color: 1861300.

HSL color Cylindrical-coordinate representation of color #B4661C: hue angle of 29.21º 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 #B4661C is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB18010228-
CMYK00.430.840.29
HSL29.21º73.08%40.78%-
HSV(B)29.21º84.44%70.59%-
XYZ23.7819.293.57-
YUV116.8977.84173.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.06%
GREEN value IS 102 (40.23% from 255) = 32.90%
BLUE value IS 28 (11.33% from 255) = 9.03%
R=58.06%
G=32.90%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801022800.430.840.2929.2173.0840.78
HexB4661C02B541D1d4929
Octal26414634053124353511151
Binary101101001100110111000101011101010011101111011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4661C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4661C; }

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

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

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

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

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

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

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

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