Html Css Color HEX #BAA592 Silk

📋 copy color: '#BAA592'

red 186 ◦ green 165 ◦ blue 146

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

Shades of Silk #BAA592

Tints of Silk #BAA592

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.2%

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

R = 37.42%
G = 33.2%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BAA592 (or 0xBAA592) is known color: Silk. HEX triplet: BA, A5 and 92. RGB value is (186,165,146). Sum of RGB (Red+Green+Blue) = 186+165+146=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA592 is #455A6D. Grayscale: #A9A9A9. Windows color (decimal): -4545134 or 9610682. OLE color: 9610682.

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

Color convert

RGB 186 165 146 -
CMYK 0 0.11 0.22 0.27
HSL 28.5º 0.22% 0.65% -
HSV(B) 28.5º 0.22% 0.73% -
XYZ 38.89 39.42 32.75 -
YUV 169.11 114.96 140.04 -
System Red Green Blue C M Y K H S L
Decimal 186 165 146 0 0.11 0.22 0.27 28.5 0.22 0.65
Hex BA A5 92 0 B 16 1B 1C 16 41
Octal 272 245 222 0 13 26 33 34 26 101
Binary 10111010 10100101 10010010 0 1011 10110 11011 11100 10110 1000001

Color Harmonies of #BAA592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA592

Black with #BAA592

Text Example


Text Example

White with #BAA592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA592; }

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

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

background-color css

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

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

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

border-color css

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

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

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