Html Css Color HEX #BA958A Del Rio

📋 copy color: '#BA958A'

red 186 ◦ green 149 ◦ blue 138

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

Shades of Del Rio #BA958A

Tints of Del Rio #BA958A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.5%

 BLUE value IS 138 (54.3% from 255) = 29.18%

R = 39.32%
G = 31.5%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA958A (or 0xBA958A) is known color: Del Rio. HEX triplet: BA, 95 and 8A. RGB value is (186,149,138). Sum of RGB (Red+Green+Blue) = 186+149+138=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BA958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA958A is #456A75. Grayscale: #9E9E9E. Windows color (decimal): -4549238 or 9082298. OLE color: 9082298.

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

Color convert

RGB 186 149 138 -
CMYK 0 0.20 0.26 0.27
HSL 13.75º 0.26% 0.64% -
HSV(B) 13.75º 0.26% 0.73% -
XYZ 35.58 33.77 28.69 -
YUV 158.81 116.26 147.39 -
System Red Green Blue C M Y K H S L
Decimal 186 149 138 0 0.20 0.26 0.27 13.75 0.26 0.64
Hex BA 95 8A 0 14 1A 1B E 1A 40
Octal 272 225 212 0 24 32 33 16 32 100
Binary 10111010 10010101 10001010 0 10100 11010 11011 1110 11010 1000000

Color Harmonies of #BA958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA958A

Black with #BA958A

Text Example


Text Example

White with #BA958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA958A; }

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

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

background-color css

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

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

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

border-color css

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

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

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