Html Css Color HEX #BBA893 Silk

📋 copy color: '#BBA893'

red 187 ◦ green 168 ◦ blue 147

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

Shades of Silk #BBA893

Tints of Silk #BBA893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.28%

R = 37.25%
G = 33.47%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BBA893 (or 0xBBA893) is known color: Silk. HEX triplet: BB, A8 and 93. RGB value is (187,168,147). Sum of RGB (Red+Green+Blue) = 187+168+147=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 147 (57.81% from 255 or 29.28% from 502); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA893 is #44576C. Grayscale: #ABABAB. Windows color (decimal): -4478829 or 9676987. OLE color: 9676987.

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

Color convert

RGB 187 168 147 -
CMYK 0 0.10 0.21 0.27
HSL 31.5º 0.23% 0.65% -
HSV(B) 31.5º 0.21% 0.73% -
XYZ 39.76 40.68 33.36 -
YUV 171.29 114.29 139.21 -
System Red Green Blue C M Y K H S L
Decimal 187 168 147 0 0.10 0.21 0.27 31.5 0.23 0.65
Hex BB A8 93 0 A 15 1B 1F 17 41
Octal 273 250 223 0 12 25 33 37 27 101
Binary 10111011 10101000 10010011 0 1010 10101 11011 11111 10111 1000001

Color Harmonies of #BBA893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA893

Black with #BBA893

Text Example


Text Example

White with #BBA893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA893; }

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

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

background-color css

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

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

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

border-color css

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

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

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