Html Css Color HEX #BDA595 Silk

📋 copy color: '#BDA595'

red 189 ◦ green 165 ◦ blue 149

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

Shades of Silk #BDA595

Tints of Silk #BDA595

RGB

 RED value IS 189 (74.22% from 255) = 37.57%

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

 BLUE value IS 149 (58.59% from 255) = 29.62%

R = 37.57%
G = 32.8%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BDA595 (or 0xBDA595) is known color: Silk. HEX triplet: BD, A5 and 95. RGB value is (189,165,149). Sum of RGB (Red+Green+Blue) = 189+165+149=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA595 is #425A6A. Grayscale: #AAAAAA. Windows color (decimal): -4348523 or 9807293. OLE color: 9807293.

HSL color Cylindrical-coordinate representation of color #BDA595: hue angle of 24º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDA595 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 165 149 -
CMYK 0 0.13 0.21 0.26
HSL 24º 0.23% 0.66% -
HSV(B) 24º 0.21% 0.74% -
XYZ 39.87 39.9 34.03 -
YUV 170.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 189 165 149 0 0.13 0.21 0.26 24 0.23 0.66
Hex BD A5 95 0 D 15 1A 18 17 42
Octal 275 245 225 0 15 25 32 30 27 102
Binary 10111101 10100101 10010101 0 1101 10101 11010 11000 10111 1000010

Color Harmonies of #BDA595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA595

Black with #BDA595

Text Example


Text Example

White with #BDA595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA595; }

 p { color: rgb(189,165,149); }

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

background-color css

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

 a { background-color: rgb(189,165,149); }

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

border-color css

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

 span { border-color: rgb(189,165,149); }

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