Html Css Color HEX #BBA494 Silk

📋 copy color: '#BBA494'

red 187 ◦ green 164 ◦ blue 148

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

Shades of Silk #BBA494

Tints of Silk #BBA494

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.87%

 BLUE value IS 148 (58.2% from 255) = 29.66%

R = 37.47%
G = 32.87%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BBA494 (or 0xBBA494) is known color: Silk. HEX triplet: BB, A4 and 94. RGB value is (187,164,148). Sum of RGB (Red+Green+Blue) = 187+164+148=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA494 is #445B6B. Grayscale: #A9A9A9. Windows color (decimal): -4479852 or 9741499. OLE color: 9741499.

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

Color convert

RGB 187 164 148 -
CMYK 0 0.12 0.21 0.27
HSL 24.62º 0.22% 0.66% -
HSV(B) 24.62º 0.21% 0.73% -
XYZ 39.11 39.25 33.53 -
YUV 169.05 116.12 140.8 -
System Red Green Blue C M Y K H S L
Decimal 187 164 148 0 0.12 0.21 0.27 24.62 0.22 0.66
Hex BB A4 94 0 C 15 1B 19 16 42
Octal 273 244 224 0 14 25 33 31 26 102
Binary 10111011 10100100 10010100 0 1100 10101 11011 11001 10110 1000010

Color Harmonies of #BBA494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA494

Black with #BBA494

Text Example


Text Example

White with #BBA494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA494; }

 p { color: rgb(187,164,148); }

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

background-color css

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

 a { background-color: rgb(187,164,148); }

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

border-color css

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

 span { border-color: rgb(187,164,148); }

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