Html Css Color HEX #BA958C Del Rio

📋 copy color: '#BA958C'

red 186 ◦ green 149 ◦ blue 140

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

Shades of Del Rio #BA958C

Tints of Del Rio #BA958C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.47%

R = 39.16%
G = 31.37%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA958C (or 0xBA958C) is known color: Del Rio. HEX triplet: BA, 95 and 8C. RGB value is (186,149,140). Sum of RGB (Red+Green+Blue) = 186+149+140=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BA958C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA958C is #456A73. Grayscale: #9F9F9F. Windows color (decimal): -4549236 or 9213370. OLE color: 9213370.

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

Color convert

RGB 186 149 140 -
CMYK 0 0.20 0.25 0.27
HSL 11.74º 0.25% 0.64% -
HSV(B) 11.74º 0.25% 0.73% -
XYZ 35.73 33.83 29.46 -
YUV 159.04 117.26 147.23 -
System Red Green Blue C M Y K H S L
Decimal 186 149 140 0 0.20 0.25 0.27 11.74 0.25 0.64
Hex BA 95 8C 0 14 19 1B C 19 40
Octal 272 225 214 0 24 31 33 14 31 100
Binary 10111010 10010101 10001100 0 10100 11001 11011 1100 11001 1000000

Color Harmonies of #BA958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA958C

Black with #BA958C

Text Example


Text Example

White with #BA958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA958C; }

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

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

background-color css

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

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

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

border-color css

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

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

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