Html Css Color HEX #BA9F95 Del Rio

📋 copy color: '#BA9F95'

red 186 ◦ green 159 ◦ blue 149

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

Shades of Del Rio #BA9F95

Tints of Del Rio #BA9F95

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.19%

 BLUE value IS 149 (58.59% from 255) = 30.16%

R = 37.65%
G = 32.19%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA9F95 (or 0xBA9F95) is known color: Del Rio. HEX triplet: BA, 9F and 95. RGB value is (186,159,149). Sum of RGB (Red+Green+Blue) = 186+159+149=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9F95 is #45606A. Grayscale: #A6A6A6. Windows color (decimal): -4546667 or 9805754. OLE color: 9805754.

HSL color Cylindrical-coordinate representation of color #BA9F95: hue angle of 16.22º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BA9F95 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 159 149 -
CMYK 0 0.15 0.20 0.27
HSL 16.22º 0.21% 0.66% -
HSV(B) 16.22º 0.2% 0.73% -
XYZ 38.07 37.41 33.65 -
YUV 165.93 118.45 142.31 -
System Red Green Blue C M Y K H S L
Decimal 186 159 149 0 0.15 0.20 0.27 16.22 0.21 0.66
Hex BA 9F 95 0 F 14 1B 10 15 42
Octal 272 237 225 0 17 24 33 20 25 102
Binary 10111010 10011111 10010101 0 1111 10100 11011 10000 10101 1000010

Color Harmonies of #BA9F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9F95

Black with #BA9F95

Text Example


Text Example

White with #BA9F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9F95; }

 p { color: rgb(186,159,149); }

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

background-color css

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

 a { background-color: rgb(186,159,149); }

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

border-color css

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

 span { border-color: rgb(186,159,149); }

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