Html Css Color HEX #BA988F Del Rio

📋 copy color: '#BA988F'

red 186 ◦ green 152 ◦ blue 143

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

Shades of Del Rio #BA988F

Tints of Del Rio #BA988F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.6%

 BLUE value IS 143 (56.25% from 255) = 29.73%

R = 38.67%
G = 31.6%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA988F (or 0xBA988F) is known color: Del Rio. HEX triplet: BA, 98 and 8F. RGB value is (186,152,143). Sum of RGB (Red+Green+Blue) = 186+152+143=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BA988F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA988F is #456770. Grayscale: #A1A1A1. Windows color (decimal): -4548465 or 9410746. OLE color: 9410746.

HSL color Cylindrical-coordinate representation of color #BA988F: hue angle of 12.56º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA988F is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 152 143 -
CMYK 0 0.18 0.23 0.27
HSL 12.56º 0.24% 0.65% -
HSV(B) 12.56º 0.23% 0.73% -
XYZ 36.44 34.88 30.8 -
YUV 161.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 186 152 143 0 0.18 0.23 0.27 12.56 0.24 0.65
Hex BA 98 8F 0 12 17 1B D 18 41
Octal 272 230 217 0 22 27 33 15 30 101
Binary 10111010 10011000 10001111 0 10010 10111 11011 1101 11000 1000001

Color Harmonies of #BA988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA988F

Black with #BA988F

Text Example


Text Example

White with #BA988F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA988F; }

 p { color: rgb(186,152,143); }

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

background-color css

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

 a { background-color: rgb(186,152,143); }

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

border-color css

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

 span { border-color: rgb(186,152,143); }

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