Html Css Color HEX #BA9E98 Del Rio

📋 copy color: '#BA9E98'

red 186 ◦ green 158 ◦ blue 152

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

Shades of Del Rio #BA9E98

Tints of Del Rio #BA9E98

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.85%

 BLUE value IS 152 (59.77% from 255) = 30.65%

R = 37.5%
G = 31.85%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA9E98 (or 0xBA9E98) is known color: Del Rio. HEX triplet: BA, 9E and 98. RGB value is (186,158,152). Sum of RGB (Red+Green+Blue) = 186+158+152=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9E98 is #456167. Grayscale: #A5A5A5. Windows color (decimal): -4546920 or 10002106. OLE color: 10002106.

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

Color convert

RGB 186 158 152 -
CMYK 0 0.15 0.18 0.27
HSL 10.59º 0.2% 0.66% -
HSV(B) 10.59º 0.18% 0.73% -
XYZ 38.14 37.16 34.87 -
YUV 165.69 120.28 142.49 -
System Red Green Blue C M Y K H S L
Decimal 186 158 152 0 0.15 0.18 0.27 10.59 0.2 0.66
Hex BA 9E 98 0 F 12 1B B 14 42
Octal 272 236 230 0 17 22 33 13 24 102
Binary 10111010 10011110 10011000 0 1111 10010 11011 1011 10100 1000010

Color Harmonies of #BA9E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9E98

Black with #BA9E98

Text Example


Text Example

White with #BA9E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9E98; }

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

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

background-color css

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

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

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

border-color css

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

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

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