Html Css Color HEX #BDA598 Silk

📋 copy color: '#BDA598'

red 189 ◦ green 165 ◦ blue 152

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

Shades of Silk #BDA598

Tints of Silk #BDA598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.04%

R = 37.35%
G = 32.61%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BDA598 (or 0xBDA598) is known color: Silk. HEX triplet: BD, A5 and 98. RGB value is (189,165,152). Sum of RGB (Red+Green+Blue) = 189+165+152=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA598 is #425A67. Grayscale: #AAAAAA. Windows color (decimal): -4348520 or 10003901. OLE color: 10003901.

HSL color Cylindrical-coordinate representation of color #BDA598: hue angle of 21.08º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDA598 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 165 152 -
CMYK 0 0.13 0.20 0.26
HSL 21.08º 0.22% 0.67% -
HSV(B) 21.08º 0.2% 0.74% -
XYZ 40.11 40 35.31 -
YUV 170.69 117.45 141.06 -
System Red Green Blue C M Y K H S L
Decimal 189 165 152 0 0.13 0.20 0.26 21.08 0.22 0.67
Hex BD A5 98 0 D 14 1A 15 16 43
Octal 275 245 230 0 15 24 32 25 26 103
Binary 10111101 10100101 10011000 0 1101 10100 11010 10101 10110 1000011

Color Harmonies of #BDA598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA598

Black with #BDA598

Text Example


Text Example

White with #BDA598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA598; }

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

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

background-color css

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

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

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

border-color css

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

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

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