Html Css Color HEX #BBAB9A Silk

📋 copy color: '#BBAB9A'

red 187 ◦ green 171 ◦ blue 154

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

Shades of Silk #BBAB9A

Tints of Silk #BBAB9A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.4%

 BLUE value IS 154 (60.55% from 255) = 30.08%

R = 36.52%
G = 33.4%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BBAB9A (or 0xBBAB9A) is known color: Silk. HEX triplet: BB, AB and 9A. RGB value is (187,171,154). Sum of RGB (Red+Green+Blue) = 187+171+154=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB9A is #445465. Grayscale: #ADADAD. Windows color (decimal): -4478054 or 10136507. OLE color: 10136507.

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

Color convert

RGB 187 171 154 -
CMYK 0 0.09 0.18 0.27
HSL 30.91º 0.2% 0.67% -
HSV(B) 30.91º 0.18% 0.73% -
XYZ 40.89 42.02 36.53 -
YUV 173.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 187 171 154 0 0.09 0.18 0.27 30.91 0.2 0.67
Hex BB AB 9A 0 9 12 1B 1F 14 43
Octal 273 253 232 0 11 22 33 37 24 103
Binary 10111011 10101011 10011010 0 1001 10010 11011 11111 10100 1000011

Color Harmonies of #BBAB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB9A

Black with #BBAB9A

Text Example


Text Example

White with #BBAB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB9A; }

 p { color: rgb(187,171,154); }

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

background-color css

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

 a { background-color: rgb(187,171,154); }

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

border-color css

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

 span { border-color: rgb(187,171,154); }

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