Html Css Color HEX #B9A598 Silk

📋 copy color: '#B9A598'

red 185 ◦ green 165 ◦ blue 152

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

Shades of Silk #B9A598

Tints of Silk #B9A598

RGB

 RED value IS 185 (72.66% from 255) = 36.85%

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

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

R = 36.85%
G = 32.87%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#B9A598 (or 0xB9A598) is known color: Silk. HEX triplet: B9, A5 and 98. RGB value is (185,165,152). Sum of RGB (Red+Green+Blue) = 185+165+152=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A598 is #465A67. Grayscale: #A9A9A9. Windows color (decimal): -4610664 or 10003897. OLE color: 10003897.

HSL color Cylindrical-coordinate representation of color #B9A598: hue angle of 23.64º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9A598 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 165 152 -
CMYK 0 0.11 0.18 0.27
HSL 23.64º 0.19% 0.66% -
HSV(B) 23.64º 0.18% 0.73% -
XYZ 39.13 39.49 35.27 -
YUV 169.5 118.13 139.06 -
System Red Green Blue C M Y K H S L
Decimal 185 165 152 0 0.11 0.18 0.27 23.64 0.19 0.66
Hex B9 A5 98 0 B 12 1B 18 13 42
Octal 271 245 230 0 13 22 33 30 23 102
Binary 10111001 10100101 10011000 0 1011 10010 11011 11000 10011 1000010

Color Harmonies of #B9A598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A598

Black with #B9A598

Text Example


Text Example

White with #B9A598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A598; }

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

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

background-color css

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

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

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

border-color css

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

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

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