Html Css Color HEX #BA9685 Del Rio

📋 copy color: '#BA9685'

red 186 ◦ green 150 ◦ blue 133

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

Shades of Del Rio #BA9685

Tints of Del Rio #BA9685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.36%

R = 39.66%
G = 31.98%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA9685 (or 0xBA9685) is known color: Del Rio. HEX triplet: BA, 96 and 85. RGB value is (186,150,133). Sum of RGB (Red+Green+Blue) = 186+150+133=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9685 is #45697A. Grayscale: #9E9E9E. Windows color (decimal): -4548987 or 8754874. OLE color: 8754874.

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

Color convert

RGB 186 150 133 -
CMYK 0 0.19 0.28 0.27
HSL 19.25º 0.28% 0.63% -
HSV(B) 19.25º 0.28% 0.73% -
XYZ 35.39 33.95 26.88 -
YUV 158.83 113.43 147.38 -
System Red Green Blue C M Y K H S L
Decimal 186 150 133 0 0.19 0.28 0.27 19.25 0.28 0.63
Hex BA 96 85 0 13 1C 1B 13 1C 3F
Octal 272 226 205 0 23 34 33 23 34 77
Binary 10111010 10010110 10000101 0 10011 11100 11011 10011 11100 111111

Color Harmonies of #BA9685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9685

Black with #BA9685

Text Example


Text Example

White with #BA9685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9685; }

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

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

background-color css

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

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

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

border-color css

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

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

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