Html Css Color HEX #BBA596 Silk

📋 copy color: '#BBA596'

red 187 ◦ green 165 ◦ blue 150

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

Shades of Silk #BBA596

Tints of Silk #BBA596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.88%

R = 37.25%
G = 32.87%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BBA596 (or 0xBBA596) is known color: Silk. HEX triplet: BB, A5 and 96. RGB value is (187,165,150). Sum of RGB (Red+Green+Blue) = 187+165+150=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA596 is #445A69. Grayscale: #A9A9A9. Windows color (decimal): -4479594 or 9872827. OLE color: 9872827.

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

Color convert

RGB 187 165 150 -
CMYK 0 0.12 0.20 0.27
HSL 24.32º 0.21% 0.66% -
HSV(B) 24.32º 0.2% 0.73% -
XYZ 39.45 39.68 34.43 -
YUV 169.87 116.79 140.22 -
System Red Green Blue C M Y K H S L
Decimal 187 165 150 0 0.12 0.20 0.27 24.32 0.21 0.66
Hex BB A5 96 0 C 14 1B 18 15 42
Octal 273 245 226 0 14 24 33 30 25 102
Binary 10111011 10100101 10010110 0 1100 10100 11011 11000 10101 1000010

Color Harmonies of #BBA596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA596

Black with #BBA596

Text Example


Text Example

White with #BBA596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA596; }

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

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

background-color css

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

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

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

border-color css

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

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

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