Html Css Color HEX #BBA594 Silk

📋 copy color: '#BBA594'

red 187 ◦ green 165 ◦ blue 148

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

Shades of Silk #BBA594

Tints of Silk #BBA594

RGB

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

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

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

R = 37.4%
G = 33%
B = 29.6%

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

#BBA594 (or 0xBBA594) is known color: Silk. HEX triplet: BB, A5 and 94. RGB value is (187,165,148). Sum of RGB (Red+Green+Blue) = 187+165+148=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 165 (64.84% from 255 or 33% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA594 is #445A6B. Grayscale: #A9A9A9. Windows color (decimal): -4479596 or 9741755. OLE color: 9741755.

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

Color convert

RGB 187 165 148 -
CMYK 0 0.12 0.21 0.27
HSL 26.15º 0.22% 0.66% -
HSV(B) 26.15º 0.21% 0.73% -
XYZ 39.29 39.61 33.59 -
YUV 169.64 115.79 140.38 -
System Red Green Blue C M Y K H S L
Decimal 187 165 148 0 0.12 0.21 0.27 26.15 0.22 0.66
Hex BB A5 94 0 C 15 1B 1A 16 42
Octal 273 245 224 0 14 25 33 32 26 102
Binary 10111011 10100101 10010100 0 1100 10101 11011 11010 10110 1000010

Color Harmonies of #BBA594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA594

Black with #BBA594

Text Example


Text Example

White with #BBA594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA594; }

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

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

background-color css

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

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

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

border-color css

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

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

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