Html Css Color HEX #BA998D Del Rio

📋 copy color: '#BA998D'

red 186 ◦ green 153 ◦ blue 141

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

Shades of Del Rio #BA998D

Tints of Del Rio #BA998D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.38%

R = 38.75%
G = 31.88%
B = 29.38%

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

#BA998D (or 0xBA998D) is known color: Del Rio. HEX triplet: BA, 99 and 8D. RGB value is (186,153,141). Sum of RGB (Red+Green+Blue) = 186+153+141=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BA998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA998D is #456672. Grayscale: #A1A1A1. Windows color (decimal): -4548211 or 9279930. OLE color: 9279930.

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

Color convert

RGB 186 153 141 -
CMYK 0 0.18 0.24 0.27
HSL 16º 0.25% 0.64% -
HSV(B) 16º 0.24% 0.73% -
XYZ 36.45 35.14 30.06 -
YUV 161.5 116.43 145.48 -
System Red Green Blue C M Y K H S L
Decimal 186 153 141 0 0.18 0.24 0.27 16 0.25 0.64
Hex BA 99 8D 0 12 18 1B 10 19 40
Octal 272 231 215 0 22 30 33 20 31 100
Binary 10111010 10011001 10001101 0 10010 11000 11011 10000 11001 1000000

Color Harmonies of #BA998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA998D

Black with #BA998D

Text Example


Text Example

White with #BA998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA998D; }

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

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

background-color css

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

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

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

border-color css

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

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

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