Html Css Color HEX #BA9384 Del Rio

📋 copy color: '#BA9384'

red 186 ◦ green 147 ◦ blue 132

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

Shades of Del Rio #BA9384

Tints of Del Rio #BA9384

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.61%

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

R = 40%
G = 31.61%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BA9384 (or 0xBA9384) is known color: Del Rio. HEX triplet: BA, 93 and 84. RGB value is (186,147,132). Sum of RGB (Red+Green+Blue) = 186+147+132=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9384 is #456C7B. Grayscale: #9D9D9D. Windows color (decimal): -4549756 or 8688570. OLE color: 8688570.

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

Color convert

RGB 186 147 132 -
CMYK 0 0.21 0.29 0.27
HSL 16.67º 0.28% 0.62% -
HSV(B) 16.67º 0.29% 0.73% -
XYZ 34.85 32.97 26.36 -
YUV 156.95 113.92 148.72 -
System Red Green Blue C M Y K H S L
Decimal 186 147 132 0 0.21 0.29 0.27 16.67 0.28 0.62
Hex BA 93 84 0 15 1D 1B 11 1C 3E
Octal 272 223 204 0 25 35 33 21 34 76
Binary 10111010 10010011 10000100 0 10101 11101 11011 10001 11100 111110

Color Harmonies of #BA9384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9384

Black with #BA9384

Text Example


Text Example

White with #BA9384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9384; }

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

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

background-color css

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

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

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

border-color css

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

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

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