Html Css Color HEX #BA9589 Del Rio

📋 copy color: '#BA9589'

red 186 ◦ green 149 ◦ blue 137

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

Shades of Del Rio #BA9589

Tints of Del Rio #BA9589

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.57%

 BLUE value IS 137 (53.91% from 255) = 29.03%

R = 39.41%
G = 31.57%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA9589 (or 0xBA9589) is known color: Del Rio. HEX triplet: BA, 95 and 89. RGB value is (186,149,137). Sum of RGB (Red+Green+Blue) = 186+149+137=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9589 is #456A76. Grayscale: #9E9E9E. Windows color (decimal): -4549239 or 9016762. OLE color: 9016762.

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

Color convert

RGB 186 149 137 -
CMYK 0 0.20 0.26 0.27
HSL 14.69º 0.26% 0.63% -
HSV(B) 14.69º 0.26% 0.73% -
XYZ 35.51 33.74 28.31 -
YUV 158.7 115.76 147.48 -
System Red Green Blue C M Y K H S L
Decimal 186 149 137 0 0.20 0.26 0.27 14.69 0.26 0.63
Hex BA 95 89 0 14 1A 1B F 1A 3F
Octal 272 225 211 0 24 32 33 17 32 77
Binary 10111010 10010101 10001001 0 10100 11010 11011 1111 11010 111111

Color Harmonies of #BA9589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9589

Black with #BA9589

Text Example


Text Example

White with #BA9589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9589; }

 p { color: rgb(186,149,137); }

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

background-color css

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

 a { background-color: rgb(186,149,137); }

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

border-color css

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

 span { border-color: rgb(186,149,137); }

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