Html Css Color HEX #BA7253 Sante Fe

📋 copy color: '#BA7253'

red 186 ◦ green 114 ◦ blue 83

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

Shades of Sante Fe #BA7253

Tints of Sante Fe #BA7253

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.77%

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

R = 48.56%
G = 29.77%
B = 21.67%

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

#BA7253 (or 0xBA7253) is known color: Sante Fe. HEX triplet: BA, 72 and 53. RGB value is (186,114,83). Sum of RGB (Red+Green+Blue) = 186+114+83=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7253 is #458DAC. Grayscale: #848484. Windows color (decimal): -4558253 or 5468858. OLE color: 5468858.

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

Color convert

RGB 186 114 83 -
CMYK 0 0.39 0.55 0.27
HSL 18.06º 0.43% 0.53% -
HSV(B) 18.06º 0.55% 0.73% -
XYZ 27.83 23.1 11.18 -
YUV 131.99 100.35 166.52 -
System Red Green Blue C M Y K H S L
Decimal 186 114 83 0 0.39 0.55 0.27 18.06 0.43 0.53
Hex BA 72 53 0 27 37 1B 12 2B 35
Octal 272 162 123 0 47 67 33 22 53 65
Binary 10111010 1110010 1010011 0 100111 110111 11011 10010 101011 110101

Color Harmonies of #BA7253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7253

Black with #BA7253

Text Example


Text Example

White with #BA7253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7253; }

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

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

background-color css

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

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

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

border-color css

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

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

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