#B7724C

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

Shades of Sante Fe #B7724C

Tints of Sante Fe #B7724C

Color information

#B7724C (or 0xB7724C) is unknown color: approx Sante Fe. HEX triplet: B7, 72 and 4C. RGB value is (183,114,76). Sum of RGB (Red+Green+Blue) = 183+114+76=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B7724C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7724C is #488DB3. Grayscale: #828282. Windows color (decimal): -4754868 or 5010103. OLE color: 5010103.

HSL color Cylindrical-coordinate representation of color #B7724C: hue angle of 21.31º degrees, saturation: 0.43, 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 #B7724C is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB18311476-
CMYK00.380.580.28
HSL21.31º42.63%50.78%-
HSV(B)21.31º58.47%71.76%-
XYZ26.8522.629.79-
YUV130.397.36165.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.06%
GREEN value IS 114 (44.92% from 255) = 30.56%
BLUE value IS 76 (30.08% from 255) = 20.38%
R=49.06%
G=30.56%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831147600.380.580.2821.3142.6350.78
HexB7724C0263A1C152b33
Octal2671621140467234255363
Binary101101111110010100110001001101110101110010101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7724C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7724C; }

 p { color: rgb(183,114,76); }

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

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

 a { background-color: rgb(183,114,76); }

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

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

 span { border-color: rgb(183,114,76); }

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