Html Css Color HEX #B8AEA3 Silk

📋 copy color: '#B8AEA3'

red 184 ◦ green 174 ◦ blue 163

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

Shades of Silk #B8AEA3

Tints of Silk #B8AEA3

RGB

 RED value IS 184 (72.27% from 255) = 35.32%

 GREEN value IS 174 (68.36% from 255) = 33.4%

 BLUE value IS 163 (64.06% from 255) = 31.29%

R = 35.32%
G = 33.4%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.28

RGB Variations

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

Color information

#B8AEA3 (or 0xB8AEA3) is known color: Silk. HEX triplet: B8, AE and A3. RGB value is (184,174,163). Sum of RGB (Red+Green+Blue) = 184+174+163=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 163 (64.06% from 255 or 31.29% from 521); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AEA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AEA3 is #47515C. Grayscale: #AFAFAF. Windows color (decimal): -4673885 or 10727096. OLE color: 10727096.

HSL color Cylindrical-coordinate representation of color #B8AEA3: hue angle of 31.43º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8AEA3 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 174 163 -
CMYK 0 0.05 0.11 0.28
HSL 31.43º 0.13% 0.68% -
HSV(B) 31.43º 0.11% 0.72% -
XYZ 41.51 43.11 40.78 -
YUV 175.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 184 174 163 0 0.05 0.11 0.28 31.43 0.13 0.68
Hex B8 AE A3 0 5 B 1C 1F D 44
Octal 270 256 243 0 5 13 34 37 15 104
Binary 10111000 10101110 10100011 0 101 1011 11100 11111 1101 1000100

Color Harmonies of #B8AEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AEA3

Black with #B8AEA3

Text Example


Text Example

White with #B8AEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AEA3; }

 p { color: rgb(184,174,163); }

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

background-color css

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

 a { background-color: rgb(184,174,163); }

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

border-color css

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

 span { border-color: rgb(184,174,163); }

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