Html Css Color HEX #BBA592 Silk

📋 copy color: '#BBA592'

red 187 ◦ green 165 ◦ blue 146

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

Shades of Silk #BBA592

Tints of Silk #BBA592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.32%

R = 37.55%
G = 33.13%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BBA592 (or 0xBBA592) is known color: Silk. HEX triplet: BB, A5 and 92. RGB value is (187,165,146). Sum of RGB (Red+Green+Blue) = 187+165+146=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 165 (64.84% from 255 or 33.13% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA592 is #445A6D. Grayscale: #A9A9A9. Windows color (decimal): -4479598 or 9610683. OLE color: 9610683.

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

Color convert

RGB 187 165 146 -
CMYK 0 0.12 0.22 0.27
HSL 27.8º 0.23% 0.65% -
HSV(B) 27.8º 0.22% 0.73% -
XYZ 39.14 39.55 32.77 -
YUV 169.41 114.79 140.54 -
System Red Green Blue C M Y K H S L
Decimal 187 165 146 0 0.12 0.22 0.27 27.8 0.23 0.65
Hex BB A5 92 0 C 16 1B 1C 17 41
Octal 273 245 222 0 14 26 33 34 27 101
Binary 10111011 10100101 10010010 0 1100 10110 11011 11100 10111 1000001

Color Harmonies of #BBA592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA592

Black with #BBA592

Text Example


Text Example

White with #BBA592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA592; }

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

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

background-color css

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

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

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

border-color css

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

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

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