Html Css Color HEX #BA998E Del Rio

📋 copy color: '#BA998E'

red 186 ◦ green 153 ◦ blue 142

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

Shades of Del Rio #BA998E

Tints of Del Rio #BA998E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.81%

 BLUE value IS 142 (55.86% from 255) = 29.52%

R = 38.67%
G = 31.81%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA998E (or 0xBA998E) is known color: Del Rio. HEX triplet: BA, 99 and 8E. RGB value is (186,153,142). Sum of RGB (Red+Green+Blue) = 186+153+142=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BA998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA998E is #456671. Grayscale: #A1A1A1. Windows color (decimal): -4548210 or 9345466. OLE color: 9345466.

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

Color convert

RGB 186 153 142 -
CMYK 0 0.18 0.24 0.27
HSL 15º 0.24% 0.64% -
HSV(B) 15º 0.24% 0.73% -
XYZ 36.52 35.17 30.46 -
YUV 161.61 116.93 145.39 -
System Red Green Blue C M Y K H S L
Decimal 186 153 142 0 0.18 0.24 0.27 15 0.24 0.64
Hex BA 99 8E 0 12 18 1B F 18 40
Octal 272 231 216 0 22 30 33 17 30 100
Binary 10111010 10011001 10001110 0 10010 11000 11011 1111 11000 1000000

Color Harmonies of #BA998E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA998E

Black with #BA998E

Text Example


Text Example

White with #BA998E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA998E; }

 p { color: rgb(186,153,142); }

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

background-color css

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

 a { background-color: rgb(186,153,142); }

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

border-color css

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

 span { border-color: rgb(186,153,142); }

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