#B4631A

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

Shades of Christine #B4631A

Tints of Christine #B4631A

Color information

#B4631A (or 0xB4631A) is unknown color: approx Christine. HEX triplet: B4, 63 and 1A. RGB value is (180,99,26). Sum of RGB (Red+Green+Blue) = 180+99+26=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B4631A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4631A is #4B9CE5. Grayscale: #737373. Windows color (decimal): -4955366 or 1729460. OLE color: 1729460.

HSL color Cylindrical-coordinate representation of color #B4631A: hue angle of 28.44º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B4631A is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB1809926-
CMYK00.450.860.29
HSL28.44º74.76%40.39%-
HSV(B)28.44º85.56%70.59%-
XYZ23.4718.73.35-
YUV114.977.84174.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.02%
GREEN value IS 99 (39.06% from 255) = 32.46%
BLUE value IS 26 (10.55% from 255) = 8.52%
R=59.02%
G=32.46%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180992600.450.860.2928.4474.7640.39
HexB4631A02D561D1c4b28
Octal26414332055126353411350
Binary101101001100011110100101101101011011101111001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4631A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4631A; }

 p { color: rgb(180,99,26); }

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

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

 a { background-color: rgb(180,99,26); }

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

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

 span { border-color: rgb(180,99,26); }

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