Html Css Color HEX #BA9489 Del Rio

📋 copy color: '#BA9489'

red 186 ◦ green 148 ◦ blue 137

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

Shades of Del Rio #BA9489

Tints of Del Rio #BA9489

RGB

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

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

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

R = 39.49%
G = 31.42%
B = 29.09%

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

#BA9489 (or 0xBA9489) is known color: Del Rio. HEX triplet: BA, 94 and 89. RGB value is (186,148,137). Sum of RGB (Red+Green+Blue) = 186+148+137=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9489 is #456B76. Grayscale: #9E9E9E. Windows color (decimal): -4549495 or 9016506. OLE color: 9016506.

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

Color convert

RGB 186 148 137 -
CMYK 0 0.20 0.26 0.27
HSL 13.47º 0.26% 0.63% -
HSV(B) 13.47º 0.26% 0.73% -
XYZ 35.35 33.43 28.26 -
YUV 158.11 116.09 147.89 -
System Red Green Blue C M Y K H S L
Decimal 186 148 137 0 0.20 0.26 0.27 13.47 0.26 0.63
Hex BA 94 89 0 14 1A 1B D 1A 3F
Octal 272 224 211 0 24 32 33 15 32 77
Binary 10111010 10010100 10001001 0 10100 11010 11011 1101 11010 111111

Color Harmonies of #BA9489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9489

Black with #BA9489

Text Example


Text Example

White with #BA9489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9489; }

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

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

background-color css

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

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

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

border-color css

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

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

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