Html Css Color HEX #BBA798 Silk

📋 copy color: '#BBA798'

red 187 ◦ green 167 ◦ blue 152

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

Shades of Silk #BBA798

Tints of Silk #BBA798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.04%

R = 36.96%
G = 33%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BBA798 (or 0xBBA798) is known color: Silk. HEX triplet: BB, A7 and 98. RGB value is (187,167,152). Sum of RGB (Red+Green+Blue) = 187+167+152=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA798 is #445867. Grayscale: #ABABAB. Windows color (decimal): -4479080 or 10004411. OLE color: 10004411.

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

Color convert

RGB 187 167 152 -
CMYK 0 0.11 0.19 0.27
HSL 25.71º 0.2% 0.66% -
HSV(B) 25.71º 0.19% 0.73% -
XYZ 39.98 40.47 35.41 -
YUV 171.27 117.13 139.22 -
System Red Green Blue C M Y K H S L
Decimal 187 167 152 0 0.11 0.19 0.27 25.71 0.2 0.66
Hex BB A7 98 0 B 13 1B 1A 14 42
Octal 273 247 230 0 13 23 33 32 24 102
Binary 10111011 10100111 10011000 0 1011 10011 11011 11010 10100 1000010

Color Harmonies of #BBA798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA798

Black with #BBA798

Text Example


Text Example

White with #BBA798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA798; }

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

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

background-color css

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

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

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

border-color css

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

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

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