Html Css Color HEX #BA988E Del Rio

📋 copy color: '#BA988E'

red 186 ◦ green 152 ◦ blue 142

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

Shades of Del Rio #BA988E

Tints of Del Rio #BA988E

RGB

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

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

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

R = 38.75%
G = 31.67%
B = 29.58%

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

#BA988E (or 0xBA988E) is known color: Del Rio. HEX triplet: BA, 98 and 8E. RGB value is (186,152,142). Sum of RGB (Red+Green+Blue) = 186+152+142=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BA988E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA988E is #456771. Grayscale: #A1A1A1. Windows color (decimal): -4548466 or 9345210. OLE color: 9345210.

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

Color convert

RGB 186 152 142 -
CMYK 0 0.18 0.24 0.27
HSL 13.64º 0.24% 0.64% -
HSV(B) 13.64º 0.24% 0.73% -
XYZ 36.36 34.85 30.4 -
YUV 161.03 117.26 145.81 -
System Red Green Blue C M Y K H S L
Decimal 186 152 142 0 0.18 0.24 0.27 13.64 0.24 0.64
Hex BA 98 8E 0 12 18 1B E 18 40
Octal 272 230 216 0 22 30 33 16 30 100
Binary 10111010 10011000 10001110 0 10010 11000 11011 1110 11000 1000000

Color Harmonies of #BA988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA988E

Black with #BA988E

Text Example


Text Example

White with #BA988E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA988E; }

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

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

background-color css

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

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

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

border-color css

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

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

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