Html Css Color HEX #B6705A Sante Fe

📋 copy color: '#B6705A'

red 182 ◦ green 112 ◦ blue 90

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

Shades of Sante Fe #B6705A

Tints of Sante Fe #B6705A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.44%

R = 47.4%
G = 29.17%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B6705A (or 0xB6705A) is known color: 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

RGB 182 112 90 -
CMYK 0 0.38 0.51 0.29
HSL 14.35º 0.39% 0.53% -
HSV(B) 14.35º 0.51% 0.71% -
XYZ 26.93 22.27 12.55 -
YUV 130.42 105.19 164.79 -
System Red Green Blue C M Y K H S L
Decimal 182 112 90 0 0.38 0.51 0.29 14.35 0.39 0.53
Hex B6 70 5A 0 26 33 1D E 27 35
Octal 266 160 132 0 46 63 35 16 47 65
Binary 10110110 1110000 1011010 0 100110 110011 11101 1110 100111 110101

Color Harmonies of #B6705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6705A

Black with #B6705A

Text Example


Text Example

White with #B6705A

Text Example


Text Example

HTML Codes & Css Web 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>