Html Css Color HEX #BDA792 Silk

📋 copy color: '#BDA792'

red 189 ◦ green 167 ◦ blue 146

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

Shades of Silk #BDA792

Tints of Silk #BDA792

RGB

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

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

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

R = 37.65%
G = 33.27%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BDA792 (or 0xBDA792) is known color: Silk. HEX triplet: BD, A7 and 92. RGB value is (189,167,146). Sum of RGB (Red+Green+Blue) = 189+167+146=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA792 is #42586D. Grayscale: #ABABAB. Windows color (decimal): -4348014 or 9611197. OLE color: 9611197.

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

Color convert

RGB 189 167 146 -
CMYK 0 0.12 0.23 0.26
HSL 29.3º 0.25% 0.66% -
HSV(B) 29.3º 0.23% 0.74% -
XYZ 39.99 40.53 32.91 -
YUV 171.18 113.79 140.71 -
System Red Green Blue C M Y K H S L
Decimal 189 167 146 0 0.12 0.23 0.26 29.3 0.25 0.66
Hex BD A7 92 0 C 17 1A 1D 19 42
Octal 275 247 222 0 14 27 32 35 31 102
Binary 10111101 10100111 10010010 0 1100 10111 11010 11101 11001 1000010

Color Harmonies of #BDA792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA792

Black with #BDA792

Text Example


Text Example

White with #BDA792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA792; }

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

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

background-color css

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

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

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

border-color css

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

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

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