#B6705A

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

Shades of Sante Fe #B6705A

Tints of Sante Fe #B6705A

Color information

#B6705A (or 0xB6705A) is unknown color: approx Sante Fe. HEX triplet: B6, 70 and 5A. RGB value is (182,112,90). Sum of RGB (Red+Green+Blue) = 182+112+90=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 182 - color contains mainly: red. Hex color #B6705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6705A is #498FA5. Grayscale: #828282. Windows color (decimal): -4820902 or 5927094. OLE color: 5927094.

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

Color convert

RGB18211290-
CMYK00.380.510.29
HSL14.35º38.66%53.33%-
HSV(B)14.35º50.55%71.37%-
XYZ26.9322.2712.55-
YUV130.42105.19164.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.40%
GREEN value IS 112 (44.14% from 255) = 29.17%
BLUE value IS 90 (35.55% from 255) = 23.44%
R=47.40%
G=29.17%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821129000.380.510.2914.3538.6653.33
HexB6705A026331De2735
Octal2661601320466335164765
Binary10110110111000010110100100110110011111011110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6705A; }

 p { color: rgb(182,112,90); }

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

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

 a { background-color: rgb(182,112,90); }

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

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

 span { border-color: rgb(182,112,90); }

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