Html Css Color HEX #BAA292 Del Rio

📋 copy color: '#BAA292'

red 186 ◦ green 162 ◦ blue 146

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

Shades of Del Rio #BAA292

Tints of Del Rio #BAA292

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.79%

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

R = 37.65%
G = 32.79%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BAA292 (or 0xBAA292) is known color: Del Rio. HEX triplet: BA, A2 and 92. RGB value is (186,162,146). Sum of RGB (Red+Green+Blue) = 186+162+146=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA292 is #455D6D. Grayscale: #A7A7A7. Windows color (decimal): -4545902 or 9609914. OLE color: 9609914.

HSL color Cylindrical-coordinate representation of color #BAA292: hue angle of 24º 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 #BAA292 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 162 146 -
CMYK 0 0.13 0.22 0.27
HSL 24º 0.22% 0.65% -
HSV(B) 24º 0.22% 0.73% -
XYZ 38.36 38.36 32.58 -
YUV 167.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 186 162 146 0 0.13 0.22 0.27 24 0.22 0.65
Hex BA A2 92 0 D 16 1B 18 16 41
Octal 272 242 222 0 15 26 33 30 26 101
Binary 10111010 10100010 10010010 0 1101 10110 11011 11000 10110 1000001

Color Harmonies of #BAA292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA292

Black with #BAA292

Text Example


Text Example

White with #BAA292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA292; }

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

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

background-color css

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

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

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

border-color css

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

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

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