Html Css Color HEX #BBA794 Silk

📋 copy color: '#BBA794'

red 187 ◦ green 167 ◦ blue 148

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

Shades of Silk #BBA794

Tints of Silk #BBA794

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.27%

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

R = 37.25%
G = 33.27%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BBA794 (or 0xBBA794) is known color: Silk. HEX triplet: BB, A7 and 94. RGB value is (187,167,148). Sum of RGB (Red+Green+Blue) = 187+167+148=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA794 is #44586B. Grayscale: #AAAAAA. Windows color (decimal): -4479084 or 9742267. OLE color: 9742267.

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

Color convert

RGB 187 167 148 -
CMYK 0 0.11 0.21 0.27
HSL 29.23º 0.22% 0.66% -
HSV(B) 29.23º 0.21% 0.73% -
XYZ 39.66 40.34 33.71 -
YUV 170.81 115.13 139.54 -
System Red Green Blue C M Y K H S L
Decimal 187 167 148 0 0.11 0.21 0.27 29.23 0.22 0.66
Hex BB A7 94 0 B 15 1B 1D 16 42
Octal 273 247 224 0 13 25 33 35 26 102
Binary 10111011 10100111 10010100 0 1011 10101 11011 11101 10110 1000010

Color Harmonies of #BBA794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA794

Black with #BBA794

Text Example


Text Example

White with #BBA794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA794; }

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

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

background-color css

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

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

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

border-color css

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

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

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