#B7734D

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

Shades of Sante Fe #B7734D

Tints of Sante Fe #B7734D

Color information

#B7734D (or 0xB7734D) is unknown color: approx Sante Fe. HEX triplet: B7, 73 and 4D. RGB value is (183,115,77). Sum of RGB (Red+Green+Blue) = 183+115+77=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B7734D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7734D is #488CB2. Grayscale: #838383. Windows color (decimal): -4754611 or 5075895. OLE color: 5075895.

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

Color convert

RGB18311577-
CMYK00.370.580.28
HSL21.51º42.4%50.98%-
HSV(B)21.51º57.92%71.76%-
XYZ2722.8610.01-
YUV13197.53165.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.8%
GREEN value IS 115 (45.31% from 255) = 30.67%
BLUE value IS 77 (30.47% from 255) = 20.53%
R=48.8%
G=30.67%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831157700.370.580.2821.5142.450.98
HexB7734D0253A1C162a33
Octal2671631150457234265263
Binary101101111110011100110101001011110101110010110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7734D; }

 p { color: rgb(183,115,77); }

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

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

 a { background-color: rgb(183,115,77); }

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

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

 span { border-color: rgb(183,115,77); }

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