Html Css Color HEX #BAA293 Del Rio

📋 copy color: '#BAA293'

red 186 ◦ green 162 ◦ blue 147

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

Shades of Del Rio #BAA293

Tints of Del Rio #BAA293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.7%

R = 37.58%
G = 32.73%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BAA293 (or 0xBAA293) is known color: Del Rio. HEX triplet: BA, A2 and 93. RGB value is (186,162,147). Sum of RGB (Red+Green+Blue) = 186+162+147=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA293 is #455D6C. Grayscale: #A7A7A7. Windows color (decimal): -4545901 or 9675450. OLE color: 9675450.

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

Color convert

RGB 186 162 147 -
CMYK 0 0.13 0.21 0.27
HSL 23.08º 0.22% 0.65% -
HSV(B) 23.08º 0.21% 0.73% -
XYZ 38.44 38.39 32.99 -
YUV 167.47 116.45 141.22 -
System Red Green Blue C M Y K H S L
Decimal 186 162 147 0 0.13 0.21 0.27 23.08 0.22 0.65
Hex BA A2 93 0 D 15 1B 17 16 41
Octal 272 242 223 0 15 25 33 27 26 101
Binary 10111010 10100010 10010011 0 1101 10101 11011 10111 10110 1000001

Color Harmonies of #BAA293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA293

Black with #BAA293

Text Example


Text Example

White with #BAA293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA293; }

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

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

background-color css

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

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

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

border-color css

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

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

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