Html Css Color HEX #BA9687 Del Rio

📋 copy color: '#BA9687'

red 186 ◦ green 150 ◦ blue 135

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

Shades of Del Rio #BA9687

Tints of Del Rio #BA9687

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.85%

 BLUE value IS 135 (53.13% from 255) = 28.66%

R = 39.49%
G = 31.85%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA9687 (or 0xBA9687) is known color: Del Rio. HEX triplet: BA, 96 and 87. RGB value is (186,150,135). Sum of RGB (Red+Green+Blue) = 186+150+135=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9687 is #456978. Grayscale: #9F9F9F. Windows color (decimal): -4548985 or 8885946. OLE color: 8885946.

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

Color convert

RGB 186 150 135 -
CMYK 0 0.19 0.27 0.27
HSL 17.65º 0.27% 0.63% -
HSV(B) 17.65º 0.27% 0.73% -
XYZ 35.53 34 27.61 -
YUV 159.05 114.43 147.22 -
System Red Green Blue C M Y K H S L
Decimal 186 150 135 0 0.19 0.27 0.27 17.65 0.27 0.63
Hex BA 96 87 0 13 1B 1B 12 1B 3F
Octal 272 226 207 0 23 33 33 22 33 77
Binary 10111010 10010110 10000111 0 10011 11011 11011 10010 11011 111111

Color Harmonies of #BA9687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9687

Black with #BA9687

Text Example


Text Example

White with #BA9687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9687; }

 p { color: rgb(186,150,135); }

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

background-color css

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

 a { background-color: rgb(186,150,135); }

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

border-color css

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

 span { border-color: rgb(186,150,135); }

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