Html Css Color HEX #BAA08F Del Rio

📋 copy color: '#BAA08F'

red 186 ◦ green 160 ◦ blue 143

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

Shades of Del Rio #BAA08F

Tints of Del Rio #BAA08F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.72%

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

R = 38.04%
G = 32.72%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BAA08F (or 0xBAA08F) is known color: Del Rio. HEX triplet: BA, A0 and 8F. RGB value is (186,160,143). Sum of RGB (Red+Green+Blue) = 186+160+143=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 143 (56.25% from 255 or 29.24% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA08F is #455F70. Grayscale: #A5A5A5. Windows color (decimal): -4546417 or 9412794. OLE color: 9412794.

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

Color convert

RGB 186 160 143 -
CMYK 0 0.14 0.23 0.27
HSL 23.72º 0.24% 0.65% -
HSV(B) 23.72º 0.23% 0.73% -
XYZ 37.78 37.56 31.25 -
YUV 165.84 115.11 142.38 -
System Red Green Blue C M Y K H S L
Decimal 186 160 143 0 0.14 0.23 0.27 23.72 0.24 0.65
Hex BA A0 8F 0 E 17 1B 18 18 41
Octal 272 240 217 0 16 27 33 30 30 101
Binary 10111010 10100000 10001111 0 1110 10111 11011 11000 11000 1000001

Color Harmonies of #BAA08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA08F

Black with #BAA08F

Text Example


Text Example

White with #BAA08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA08F; }

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

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

background-color css

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

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

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

border-color css

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

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

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