#B0614D

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

Shades of Sante Fe #B0614D

Tints of Sante Fe #B0614D

Color information

#B0614D (or 0xB0614D) is unknown color: approx Sante Fe. HEX triplet: B0, 61 and 4D. RGB value is (176,97,77). Sum of RGB (Red+Green+Blue) = 176+97+77=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B0614D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0614D is #4F9EB2. Grayscale: #767676. Windows color (decimal): -5217971 or 5071280. OLE color: 5071280.

HSL color Cylindrical-coordinate representation of color #B0614D: hue angle of 12.12º 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 #B0614D is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB1769777-
CMYK00.450.560.31
HSL12.12º39.13%49.61%-
HSV(B)12.12º56.25%69.02%-
XYZ23.5218.329.32-
YUV118.34104.67169.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.29%
GREEN value IS 97 (38.28% from 255) = 27.71%
BLUE value IS 77 (30.47% from 255) = 22%
R=50.29%
G=27.71%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176977700.450.560.3112.1239.1349.61
HexB0614D02D381Fc2732
Octal2601411150557037144762
Binary10110000110000110011010101101111000111111100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0614D; }

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

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

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

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

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

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

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

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