#B0624D

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

Shades of Sante Fe #B0624D

Tints of Sante Fe #B0624D

Color information

#B0624D (or 0xB0624D) is unknown color: approx Sante Fe. HEX triplet: B0, 62 and 4D. RGB value is (176,98,77). Sum of RGB (Red+Green+Blue) = 176+98+77=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B0624D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0624D is #4F9DB2. Grayscale: #777777. Windows color (decimal): -5217715 or 5071536. OLE color: 5071536.

HSL color Cylindrical-coordinate representation of color #B0624D: hue angle of 12.73º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0624D is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB1769877-
CMYK00.440.560.31
HSL12.73º39.13%49.61%-
HSV(B)12.73º56.25%69.02%-
XYZ23.6118.59.35-
YUV118.93104.34168.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.14%
GREEN value IS 98 (38.67% from 255) = 27.92%
BLUE value IS 77 (30.47% from 255) = 21.94%
R=50.14%
G=27.92%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176987700.440.560.3112.7339.1349.61
HexB0624D02C381Fd2732
Octal2601421150547037154762
Binary10110000110001010011010101100111000111111101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0624D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0624D; }

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

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

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

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

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

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

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

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