Html Css Color HEX #B6735A Sante Fe

📋 copy color: '#B6735A'

red 182 ◦ green 115 ◦ blue 90

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

Shades of Sante Fe #B6735A

Tints of Sante Fe #B6735A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.72%

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

R = 47.03%
G = 29.72%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B6735A (or 0xB6735A) is known color: Sante Fe. HEX triplet: B6, 73 and 5A. RGB value is (182,115,90). Sum of RGB (Red+Green+Blue) = 182+115+90=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B6735A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6735A is #498CA5. Grayscale: #848484. Windows color (decimal): -4820134 or 5927862. OLE color: 5927862.

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

Color convert

RGB 182 115 90 -
CMYK 0 0.37 0.51 0.29
HSL 16.3º 0.39% 0.53% -
HSV(B) 16.3º 0.51% 0.71% -
XYZ 27.27 22.94 12.66 -
YUV 132.18 104.2 163.53 -
System Red Green Blue C M Y K H S L
Decimal 182 115 90 0 0.37 0.51 0.29 16.3 0.39 0.53
Hex B6 73 5A 0 25 33 1D 10 27 35
Octal 266 163 132 0 45 63 35 20 47 65
Binary 10110110 1110011 1011010 0 100101 110011 11101 10000 100111 110101

Color Harmonies of #B6735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6735A

Black with #B6735A

Text Example


Text Example

White with #B6735A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6735A; }

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

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

background-color css

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

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

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

border-color css

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

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

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