Html Css Color HEX #BCA89B Silk

📋 copy color: '#BCA89B'

red 188 ◦ green 168 ◦ blue 155

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

Shades of Silk #BCA89B

Tints of Silk #BCA89B

RGB

 RED value IS 188 (73.83% from 255) = 36.79%

 GREEN value IS 168 (66.02% from 255) = 32.88%

 BLUE value IS 155 (60.94% from 255) = 30.33%

R = 36.79%
G = 32.88%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BCA89B (or 0xBCA89B) is known color: Silk. HEX triplet: BC, A8 and 9B. RGB value is (188,168,155). Sum of RGB (Red+Green+Blue) = 188+168+155=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA89B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA89B is #435764. Grayscale: #ACACAC. Windows color (decimal): -4413285 or 10201276. OLE color: 10201276.

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

Color convert

RGB 188 168 155 -
CMYK 0 0.11 0.18 0.26
HSL 23.64º 0.2% 0.67% -
HSV(B) 23.64º 0.18% 0.74% -
XYZ 40.66 41.06 36.79 -
YUV 172.5 118.13 139.06 -
System Red Green Blue C M Y K H S L
Decimal 188 168 155 0 0.11 0.18 0.26 23.64 0.2 0.67
Hex BC A8 9B 0 B 12 1A 18 14 43
Octal 274 250 233 0 13 22 32 30 24 103
Binary 10111100 10101000 10011011 0 1011 10010 11010 11000 10100 1000011

Color Harmonies of #BCA89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA89B

Black with #BCA89B

Text Example


Text Example

White with #BCA89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA89B; }

 p { color: rgb(188,168,155); }

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

background-color css

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

 a { background-color: rgb(188,168,155); }

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

border-color css

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

 span { border-color: rgb(188,168,155); }

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