Html Css Color HEX #BBA598 Silk

📋 copy color: '#BBA598'

red 187 ◦ green 165 ◦ blue 152

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

Shades of Silk #BBA598

Tints of Silk #BBA598

RGB

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

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

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

R = 37.1%
G = 32.74%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BBA598 (or 0xBBA598) is known color: Silk. HEX triplet: BB, A5 and 98. RGB value is (187,165,152). Sum of RGB (Red+Green+Blue) = 187+165+152=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA598 is #445A67. Grayscale: #AAAAAA. Windows color (decimal): -4479592 or 10003899. OLE color: 10003899.

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

Color convert

RGB 187 165 152 -
CMYK 0 0.12 0.19 0.27
HSL 22.29º 0.2% 0.66% -
HSV(B) 22.29º 0.19% 0.73% -
XYZ 39.62 39.74 35.29 -
YUV 170.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 187 165 152 0 0.12 0.19 0.27 22.29 0.2 0.66
Hex BB A5 98 0 C 13 1B 16 14 42
Octal 273 245 230 0 14 23 33 26 24 102
Binary 10111011 10100101 10011000 0 1100 10011 11011 10110 10100 1000010

Color Harmonies of #BBA598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA598

Black with #BBA598

Text Example


Text Example

White with #BBA598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA598; }

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

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

background-color css

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

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

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

border-color css

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

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

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