#B2624D

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

Shades of Sante Fe #B2624D

Tints of Sante Fe #B2624D

Color information

#B2624D (or 0xB2624D) is unknown color: approx Sante Fe. HEX triplet: B2, 62 and 4D. RGB value is (178,98,77). Sum of RGB (Red+Green+Blue) = 178+98+77=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B2624D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2624D is #4D9DB2. Grayscale: #777777. Windows color (decimal): -5086643 or 5071538. OLE color: 5071538.

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

Color convert

RGB1789877-
CMYK00.450.570.30
HSL12.48º39.61%50%-
HSV(B)12.48º56.74%69.8%-
XYZ24.0718.749.37-
YUV119.53104169.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.42%
GREEN value IS 98 (38.67% from 255) = 27.76%
BLUE value IS 77 (30.47% from 255) = 21.81%
R=50.42%
G=27.76%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178987700.450.570.3012.4839.6150
HexB2624D02D391Ec2832
Octal2621421150557136145062
Binary10110010110001010011010101101111001111101100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2624D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2624D; }

 p { color: rgb(178,98,77); }

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

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

 a { background-color: rgb(178,98,77); }

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

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

 span { border-color: rgb(178,98,77); }

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