#B6735B

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

Shades of Sante Fe #B6735B

Tints of Sante Fe #B6735B

Color information

#B6735B (or 0xB6735B) is unknown color: approx Sante Fe. HEX triplet: B6, 73 and 5B. RGB value is (182,115,91). Sum of RGB (Red+Green+Blue) = 182+115+91=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B6735B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6735B is #498CA4. Grayscale: #848484. Windows color (decimal): -4820133 or 5993398. OLE color: 5993398.

HSL color Cylindrical-coordinate representation of color #B6735B: hue angle of 15.82º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B6735B is Cyan = 0, Magento = 0.37, Yellow = 0.5 and Black (K on CMYK) = 0.29.

Color convert

RGB18211591-
CMYK00.370.50.29
HSL15.82º38.4%53.53%-
HSV(B)15.82º50%71.37%-
XYZ27.3122.9612.89-
YUV132.3104.7163.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.91%
GREEN value IS 115 (45.31% from 255) = 29.64%
BLUE value IS 91 (35.94% from 255) = 23.45%
R=46.91%
G=29.64%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821159100.370.50.2915.8238.453.53
HexB6735B025321D102636
Octal2661631330456235204666
Binary101101101110011101101101001011100101110110000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6735B; }

 p { color: rgb(182,115,91); }

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

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

 a { background-color: rgb(182,115,91); }

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

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

 span { border-color: rgb(182,115,91); }

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