Html Css Color HEX #BA6B4D Sante Fe

📋 copy color: '#BA6B4D'

red 186 ◦ green 107 ◦ blue 77

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

Shades of Sante Fe #BA6B4D

Tints of Sante Fe #BA6B4D

RGB

 RED value IS 186 (73.05% from 255) = 50.27%

 GREEN value IS 107 (42.19% from 255) = 28.92%

 BLUE value IS 77 (30.47% from 255) = 20.81%

R = 50.27%
G = 28.92%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA6B4D (or 0xBA6B4D) is known color: Sante Fe. HEX triplet: BA, 6B and 4D. RGB value is (186,107,77). Sum of RGB (Red+Green+Blue) = 186+107+77=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6B4D is #4594B2. Grayscale: #7F7F7F. Windows color (decimal): -4560051 or 5073850. OLE color: 5073850.

HSL color Cylindrical-coordinate representation of color #BA6B4D: hue angle of 16.51º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA6B4D is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 107 77 -
CMYK 0 0.42 0.59 0.27
HSL 16.51º 0.44% 0.52% -
HSV(B) 16.51º 0.59% 0.73% -
XYZ 26.85 21.49 9.75 -
YUV 127.2 99.67 169.94 -
System Red Green Blue C M Y K H S L
Decimal 186 107 77 0 0.42 0.59 0.27 16.51 0.44 0.52
Hex BA 6B 4D 0 2A 3B 1B 11 2C 34
Octal 272 153 115 0 52 73 33 21 54 64
Binary 10111010 1101011 1001101 0 101010 111011 11011 10001 101100 110100

Color Harmonies of #BA6B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6B4D

Black with #BA6B4D

Text Example


Text Example

White with #BA6B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6B4D; }

 p { color: rgb(186,107,77); }

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

background-color css

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

 a { background-color: rgb(186,107,77); }

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

border-color css

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

 span { border-color: rgb(186,107,77); }

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