Html Css Color HEX #BA7153 Sante Fe

📋 copy color: '#BA7153'

red 186 ◦ green 113 ◦ blue 83

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

Shades of Sante Fe #BA7153

Tints of Sante Fe #BA7153

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.58%

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

R = 48.69%
G = 29.58%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA7153 (or 0xBA7153) is known color: Sante Fe. HEX triplet: BA, 71 and 53. RGB value is (186,113,83). Sum of RGB (Red+Green+Blue) = 186+113+83=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7153 is #458EAC. Grayscale: #838383. Windows color (decimal): -4558509 or 5468602. OLE color: 5468602.

HSL color Cylindrical-coordinate representation of color #BA7153: hue angle of 17.48º 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 #BA7153 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 113 83 -
CMYK 0 0.39 0.55 0.27
HSL 17.48º 0.43% 0.53% -
HSV(B) 17.48º 0.55% 0.73% -
XYZ 27.72 22.87 11.14 -
YUV 131.41 100.68 166.94 -
System Red Green Blue C M Y K H S L
Decimal 186 113 83 0 0.39 0.55 0.27 17.48 0.43 0.53
Hex BA 71 53 0 27 37 1B 11 2B 35
Octal 272 161 123 0 47 67 33 21 53 65
Binary 10111010 1110001 1010011 0 100111 110111 11011 10001 101011 110101

Color Harmonies of #BA7153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7153

Black with #BA7153

Text Example


Text Example

White with #BA7153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7153; }

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

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

background-color css

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

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

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

border-color css

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

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

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