Html Css Color HEX #B6705B Sante Fe

📋 copy color: '#B6705B'

red 182 ◦ green 112 ◦ blue 91

#B6705B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sante Fe #B6705B

Tints of Sante Fe #B6705B

RGB

 RED value IS 182 (71.48% from 255) = 47.27%

 GREEN value IS 112 (44.14% from 255) = 29.09%

 BLUE value IS 91 (35.94% from 255) = 23.64%

R = 47.27%
G = 29.09%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.5

 K value IS 0.29

RGB Variations

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

Color information

#B6705B (or 0xB6705B) is known color: Sante Fe. HEX triplet: B6, 70 and 5B. RGB value is (182,112,91). Sum of RGB (Red+Green+Blue) = 182+112+91=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B6705B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6705B is #498FA4. Grayscale: #828282. Windows color (decimal): -4820901 or 5992630. OLE color: 5992630.

HSL color Cylindrical-coordinate representation of color #B6705B: hue angle of 13.85º 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 #B6705B is Cyan = 0, Magento = 0.38, Yellow = 0.5 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 112 91 -
CMYK 0 0.38 0.5 0.29
HSL 13.85º 0.38% 0.54% -
HSV(B) 13.85º 0.5% 0.71% -
XYZ 26.97 22.29 12.78 -
YUV 130.54 105.69 164.71 -
System Red Green Blue C M Y K H S L
Decimal 182 112 91 0 0.38 0.5 0.29 13.85 0.38 0.54
Hex B6 70 5B 0 26 32 1D E 26 36
Octal 266 160 133 0 46 62 35 16 46 66
Binary 10110110 1110000 1011011 0 100110 110010 11101 1110 100110 110110

Color Harmonies of #B6705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6705B

Black with #B6705B

Text Example


Text Example

White with #B6705B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6705B; }

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

 H1.HeaderClassName
 {
   color: #B6705B;
 }
 .AnyTagClassName
 {
   color: #B6705B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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