Html Css Color HEX #BA9B8E Del Rio

📋 copy color: '#BA9B8E'

red 186 ◦ green 155 ◦ blue 142

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

Shades of Del Rio #BA9B8E

Tints of Del Rio #BA9B8E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.09%

 BLUE value IS 142 (55.86% from 255) = 29.4%

R = 38.51%
G = 32.09%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA9B8E (or 0xBA9B8E) is known color: Del Rio. HEX triplet: BA, 9B and 8E. RGB value is (186,155,142). Sum of RGB (Red+Green+Blue) = 186+155+142=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9B8E is #456471. Grayscale: #A2A2A2. Windows color (decimal): -4547698 or 9345978. OLE color: 9345978.

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

Color convert

RGB 186 155 142 -
CMYK 0 0.17 0.24 0.27
HSL 17.73º 0.24% 0.64% -
HSV(B) 17.73º 0.24% 0.73% -
XYZ 36.85 35.83 30.57 -
YUV 162.79 116.27 144.56 -
System Red Green Blue C M Y K H S L
Decimal 186 155 142 0 0.17 0.24 0.27 17.73 0.24 0.64
Hex BA 9B 8E 0 11 18 1B 12 18 40
Octal 272 233 216 0 21 30 33 22 30 100
Binary 10111010 10011011 10001110 0 10001 11000 11011 10010 11000 1000000

Color Harmonies of #BA9B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9B8E

Black with #BA9B8E

Text Example


Text Example

White with #BA9B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9B8E; }

 p { color: rgb(186,155,142); }

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

background-color css

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

 a { background-color: rgb(186,155,142); }

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

border-color css

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

 span { border-color: rgb(186,155,142); }

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