Html Css Color HEX #BA6F53 Sante Fe

📋 copy color: '#BA6F53'

red 186 ◦ green 111 ◦ blue 83

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

Shades of Sante Fe #BA6F53

Tints of Sante Fe #BA6F53

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.21%

 BLUE value IS 83 (32.81% from 255) = 21.84%

R = 48.95%
G = 29.21%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA6F53 (or 0xBA6F53) is known color: Sante Fe. HEX triplet: BA, 6F and 53. RGB value is (186,111,83). Sum of RGB (Red+Green+Blue) = 186+111+83=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6F53 is #4590AC. Grayscale: #828282. Windows color (decimal): -4559021 or 5468090. OLE color: 5468090.

HSL color Cylindrical-coordinate representation of color #BA6F53: hue angle of 16.31º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA6F53 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 111 83 -
CMYK 0 0.40 0.55 0.27
HSL 16.31º 0.43% 0.53% -
HSV(B) 16.31º 0.55% 0.73% -
XYZ 27.5 22.43 11.06 -
YUV 130.23 101.35 167.78 -
System Red Green Blue C M Y K H S L
Decimal 186 111 83 0 0.40 0.55 0.27 16.31 0.43 0.53
Hex BA 6F 53 0 28 37 1B 10 2B 35
Octal 272 157 123 0 50 67 33 20 53 65
Binary 10111010 1101111 1010011 0 101000 110111 11011 10000 101011 110101

Color Harmonies of #BA6F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F53

Black with #BA6F53

Text Example


Text Example

White with #BA6F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F53; }

 p { color: rgb(186,111,83); }

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

background-color css

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

 a { background-color: rgb(186,111,83); }

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

border-color css

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

 span { border-color: rgb(186,111,83); }

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