#B7734E

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

Shades of Sante Fe #B7734E

Tints of Sante Fe #B7734E

Color information

#B7734E (or 0xB7734E) is unknown color: approx Sante Fe. HEX triplet: B7, 73 and 4E. RGB value is (183,115,78). Sum of RGB (Red+Green+Blue) = 183+115+78=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B7734E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7734E is #488CB1. Grayscale: #838383. Windows color (decimal): -4754610 or 5141431. OLE color: 5141431.

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

Color convert

RGB18311578-
CMYK00.370.570.28
HSL21.14º42.17%51.18%-
HSV(B)21.14º57.38%71.76%-
XYZ27.0322.8810.2-
YUV131.1198.03165.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.67%
GREEN value IS 115 (45.31% from 255) = 30.59%
BLUE value IS 78 (30.86% from 255) = 20.74%
R=48.67%
G=30.59%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831157800.370.570.2821.1442.1751.18
HexB7734E025391C152a33
Octal2671631160457134255263
Binary101101111110011100111001001011110011110010101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7734E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7734E; }

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

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

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

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

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

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

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

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