Html Css Color HEX #BDA798 Silk

📋 copy color: '#BDA798'

red 189 ◦ green 167 ◦ blue 152

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

Shades of Silk #BDA798

Tints of Silk #BDA798

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.87%

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

R = 37.2%
G = 32.87%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BDA798 (or 0xBDA798) is known color: Silk. HEX triplet: BD, A7 and 98. RGB value is (189,167,152). Sum of RGB (Red+Green+Blue) = 189+167+152=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 167 (65.62% from 255 or 32.87% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA798 is #425867. Grayscale: #ABABAB. Windows color (decimal): -4348008 or 10004413. OLE color: 10004413.

HSL color Cylindrical-coordinate representation of color #BDA798: hue angle of 24.32º 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 #BDA798 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 167 152 -
CMYK 0 0.12 0.20 0.26
HSL 24.32º 0.22% 0.67% -
HSV(B) 24.32º 0.2% 0.74% -
XYZ 40.47 40.72 35.43 -
YUV 171.87 116.79 140.22 -
System Red Green Blue C M Y K H S L
Decimal 189 167 152 0 0.12 0.20 0.26 24.32 0.22 0.67
Hex BD A7 98 0 C 14 1A 18 16 43
Octal 275 247 230 0 14 24 32 30 26 103
Binary 10111101 10100111 10011000 0 1100 10100 11010 11000 10110 1000011

Color Harmonies of #BDA798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA798

Black with #BDA798

Text Example


Text Example

White with #BDA798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA798; }

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

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

background-color css

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

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

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

border-color css

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

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

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