#B7755A

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

Shades of Sante Fe #B7755A

Tints of Sante Fe #B7755A

Color information

#B7755A (or 0xB7755A) is unknown color: approx Sante Fe. HEX triplet: B7, 75 and 5A. RGB value is (183,117,90). Sum of RGB (Red+Green+Blue) = 183+117+90=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B7755A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7755A is #488AA5. Grayscale: #858585. Windows color (decimal): -4754086 or 5928375. OLE color: 5928375.

HSL color Cylindrical-coordinate representation of color #B7755A: hue angle of 17.42º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B7755A is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB18311790-
CMYK00.360.510.28
HSL17.42º39.24%53.53%-
HSV(B)17.42º50.82%71.76%-
XYZ27.7423.5312.75-
YUV133.66103.37163.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.92%
GREEN value IS 117 (46.09% from 255) = 30%
BLUE value IS 90 (35.55% from 255) = 23.08%
R=46.92%
G=30%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831179000.360.510.2817.4239.2453.53
HexB7755A024331C112736
Octal2671651320446334214766
Binary101101111110101101101001001001100111110010001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7755A; }

 p { color: rgb(183,117,90); }

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

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

 a { background-color: rgb(183,117,90); }

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

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

 span { border-color: rgb(183,117,90); }

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