Html Css Color HEX #BBA898 Silk

📋 copy color: '#BBA898'

red 187 ◦ green 168 ◦ blue 152

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

Shades of Silk #BBA898

Tints of Silk #BBA898

RGB

 RED value IS 187 (73.44% from 255) = 36.88%

 GREEN value IS 168 (66.02% from 255) = 33.14%

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

R = 36.88%
G = 33.14%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BBA898 (or 0xBBA898) is known color: Silk. HEX triplet: BB, A8 and 98. RGB value is (187,168,152). Sum of RGB (Red+Green+Blue) = 187+168+152=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA898 is #445767. Grayscale: #ABABAB. Windows color (decimal): -4478824 or 10004667. OLE color: 10004667.

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

Color convert

RGB 187 168 152 -
CMYK 0 0.10 0.19 0.27
HSL 27.43º 0.2% 0.66% -
HSV(B) 27.43º 0.19% 0.73% -
XYZ 40.16 40.84 35.47 -
YUV 171.86 116.79 138.8 -
System Red Green Blue C M Y K H S L
Decimal 187 168 152 0 0.10 0.19 0.27 27.43 0.2 0.66
Hex BB A8 98 0 A 13 1B 1B 14 42
Octal 273 250 230 0 12 23 33 33 24 102
Binary 10111011 10101000 10011000 0 1010 10011 11011 11011 10100 1000010

Color Harmonies of #BBA898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA898

Black with #BBA898

Text Example


Text Example

White with #BBA898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA898; }

 p { color: rgb(187,168,152); }

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

background-color css

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

 a { background-color: rgb(187,168,152); }

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

border-color css

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

 span { border-color: rgb(187,168,152); }

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