Html Css Color HEX #BA9484 Del Rio

📋 copy color: '#BA9484'

red 186 ◦ green 148 ◦ blue 132

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

Shades of Del Rio #BA9484

Tints of Del Rio #BA9484

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.76%

 BLUE value IS 132 (51.95% from 255) = 28.33%

R = 39.91%
G = 31.76%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BA9484 (or 0xBA9484) is known color: Del Rio. HEX triplet: BA, 94 and 84. RGB value is (186,148,132). Sum of RGB (Red+Green+Blue) = 186+148+132=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9484 is #456B7B. Grayscale: #9D9D9D. Windows color (decimal): -4549500 or 8688826. OLE color: 8688826.

HSL color Cylindrical-coordinate representation of color #BA9484: hue angle of 17.78º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA9484 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 148 132 -
CMYK 0 0.20 0.29 0.27
HSL 17.78º 0.28% 0.62% -
HSV(B) 17.78º 0.29% 0.73% -
XYZ 35 33.28 26.41 -
YUV 157.54 113.59 148.3 -
System Red Green Blue C M Y K H S L
Decimal 186 148 132 0 0.20 0.29 0.27 17.78 0.28 0.62
Hex BA 94 84 0 14 1D 1B 12 1C 3E
Octal 272 224 204 0 24 35 33 22 34 76
Binary 10111010 10010100 10000100 0 10100 11101 11011 10010 11100 111110

Color Harmonies of #BA9484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9484

Black with #BA9484

Text Example


Text Example

White with #BA9484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9484; }

 p { color: rgb(186,148,132); }

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

background-color css

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

 a { background-color: rgb(186,148,132); }

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

border-color css

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

 span { border-color: rgb(186,148,132); }

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