Html Css Color HEX #BBB0A5 Silk

📋 copy color: '#BBB0A5'

red 187 ◦ green 176 ◦ blue 165

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

Shades of Silk #BBB0A5

Tints of Silk #BBB0A5

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.33%

 BLUE value IS 165 (64.84% from 255) = 31.25%

R = 35.42%
G = 33.33%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BBB0A5 (or 0xBBB0A5) is known color: Silk. HEX triplet: BB, B0 and A5. RGB value is (187,176,165). Sum of RGB (Red+Green+Blue) = 187+176+165=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 165 (64.84% from 255 or 31.25% from 528); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB0A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB0A5 is #444F5A. Grayscale: #B2B2B2. Windows color (decimal): -4476763 or 10858683. OLE color: 10858683.

HSL color Cylindrical-coordinate representation of color #BBB0A5: hue angle of 30º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBB0A5 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 176 165 -
CMYK 0 0.06 0.12 0.27
HSL 30º 0.14% 0.69% -
HSV(B) 30º 0.12% 0.73% -
XYZ 42.81 44.33 41.9 -
YUV 178.04 120.64 134.39 -
System Red Green Blue C M Y K H S L
Decimal 187 176 165 0 0.06 0.12 0.27 30 0.14 0.69
Hex BB B0 A5 0 6 C 1B 1E E 45
Octal 273 260 245 0 6 14 33 36 16 105
Binary 10111011 10110000 10100101 0 110 1100 11011 11110 1110 1000101

Color Harmonies of #BBB0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB0A5

Black with #BBB0A5

Text Example


Text Example

White with #BBB0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB0A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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