Html Css Color HEX #BA9D92 Del Rio

📋 copy color: '#BA9D92'

red 186 ◦ green 157 ◦ blue 146

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

Shades of Del Rio #BA9D92

Tints of Del Rio #BA9D92

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.11%

 BLUE value IS 146 (57.42% from 255) = 29.86%

R = 38.04%
G = 32.11%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA9D92 (or 0xBA9D92) is known color: Del Rio. HEX triplet: BA, 9D and 92. RGB value is (186,157,146). Sum of RGB (Red+Green+Blue) = 186+157+146=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9D92 is #45626D. Grayscale: #A4A4A4. Windows color (decimal): -4547182 or 9608634. OLE color: 9608634.

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

Color convert

RGB 186 157 146 -
CMYK 0 0.16 0.22 0.27
HSL 16.5º 0.22% 0.65% -
HSV(B) 16.5º 0.22% 0.73% -
XYZ 37.49 36.63 32.29 -
YUV 164.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 186 157 146 0 0.16 0.22 0.27 16.5 0.22 0.65
Hex BA 9D 92 0 10 16 1B 10 16 41
Octal 272 235 222 0 20 26 33 20 26 101
Binary 10111010 10011101 10010010 0 10000 10110 11011 10000 10110 1000001

Color Harmonies of #BA9D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9D92

Black with #BA9D92

Text Example


Text Example

White with #BA9D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9D92; }

 p { color: rgb(186,157,146); }

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

background-color css

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

 a { background-color: rgb(186,157,146); }

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

border-color css

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

 span { border-color: rgb(186,157,146); }

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