Html Css Color HEX #B6745C Sante Fe

📋 copy color: '#B6745C'

red 182 ◦ green 116 ◦ blue 92

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

Shades of Sante Fe #B6745C

Tints of Sante Fe #B6745C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.59%

R = 46.67%
G = 29.74%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B6745C (or 0xB6745C) is known color: Sante Fe. HEX triplet: B6, 74 and 5C. RGB value is (182,116,92). Sum of RGB (Red+Green+Blue) = 182+116+92=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B6745C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6745C is #498BA3. Grayscale: #858585. Windows color (decimal): -4819876 or 6059190. OLE color: 6059190.

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

Color convert

RGB 182 116 92 -
CMYK 0 0.36 0.49 0.29
HSL 16º 0.38% 0.54% -
HSV(B) 16º 0.49% 0.71% -
XYZ 27.47 23.21 13.16 -
YUV 133 104.87 162.95 -
System Red Green Blue C M Y K H S L
Decimal 182 116 92 0 0.36 0.49 0.29 16 0.38 0.54
Hex B6 74 5C 0 24 31 1D 10 26 36
Octal 266 164 134 0 44 61 35 20 46 66
Binary 10110110 1110100 1011100 0 100100 110001 11101 10000 100110 110110

Color Harmonies of #B6745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6745C

Black with #B6745C

Text Example


Text Example

White with #B6745C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6745C; }

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

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

background-color css

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

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

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

border-color css

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

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

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