Html Css Color HEX #BBA595 Silk

📋 copy color: '#BBA595'

red 187 ◦ green 165 ◦ blue 149

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

Shades of Silk #BBA595

Tints of Silk #BBA595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.74%

R = 37.33%
G = 32.93%
B = 29.74%

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

#BBA595 (or 0xBBA595) is known color: Silk. HEX triplet: BB, A5 and 95. RGB value is (187,165,149). Sum of RGB (Red+Green+Blue) = 187+165+149=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA595 is #445A6A. Grayscale: #A9A9A9. Windows color (decimal): -4479595 or 9807291. OLE color: 9807291.

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

Color convert

RGB 187 165 149 -
CMYK 0 0.12 0.20 0.27
HSL 25.26º 0.22% 0.66% -
HSV(B) 25.26º 0.2% 0.73% -
XYZ 39.37 39.64 34.01 -
YUV 169.75 116.29 140.3 -
System Red Green Blue C M Y K H S L
Decimal 187 165 149 0 0.12 0.20 0.27 25.26 0.22 0.66
Hex BB A5 95 0 C 14 1B 19 16 42
Octal 273 245 225 0 14 24 33 31 26 102
Binary 10111011 10100101 10010101 0 1100 10100 11011 11001 10110 1000010

Color Harmonies of #BBA595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA595

Black with #BBA595

Text Example


Text Example

White with #BBA595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA595; }

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

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

background-color css

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

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

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

border-color css

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

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

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