Html Css Color HEX #B6745A Sante Fe

📋 copy color: '#B6745A'

red 182 ◦ green 116 ◦ blue 90

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

Shades of Sante Fe #B6745A

Tints of Sante Fe #B6745A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.9%

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

R = 46.91%
G = 29.9%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B6745A (or 0xB6745A) is known color: Sante Fe. HEX triplet: B6, 74 and 5A. RGB value is (182,116,90). Sum of RGB (Red+Green+Blue) = 182+116+90=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B6745A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6745A is #498BA5. Grayscale: #848484. Windows color (decimal): -4819878 or 5928118. OLE color: 5928118.

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

Color convert

RGB 182 116 90 -
CMYK 0 0.36 0.51 0.29
HSL 16.96º 0.39% 0.53% -
HSV(B) 16.96º 0.51% 0.71% -
XYZ 27.38 23.17 12.7 -
YUV 132.77 103.87 163.11 -
System Red Green Blue C M Y K H S L
Decimal 182 116 90 0 0.36 0.51 0.29 16.96 0.39 0.53
Hex B6 74 5A 0 24 33 1D 11 27 35
Octal 266 164 132 0 44 63 35 21 47 65
Binary 10110110 1110100 1011010 0 100100 110011 11101 10001 100111 110101

Color Harmonies of #B6745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6745A

Black with #B6745A

Text Example


Text Example

White with #B6745A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6745A; }

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

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

background-color css

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

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

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

border-color css

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

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

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