Html Css Color HEX #B5AEA7 Silk

📋 copy color: '#B5AEA7'

red 181 ◦ green 174 ◦ blue 167

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

Shades of Silk #B5AEA7

Tints of Silk #B5AEA7

RGB

 RED value IS 181 (71.09% from 255) = 34.67%

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

 BLUE value IS 167 (65.63% from 255) = 31.99%

R = 34.67%
G = 33.33%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B5AEA7 (or 0xB5AEA7) is known color: Silk. HEX triplet: B5, AE and A7. RGB value is (181,174,167). Sum of RGB (Red+Green+Blue) = 181+174+167=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 167 (65.62% from 255 or 31.99% from 522); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AEA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AEA7 is #4A5158. Grayscale: #AFAFAF. Windows color (decimal): -4870489 or 10989237. OLE color: 10989237.

HSL color Cylindrical-coordinate representation of color #B5AEA7: hue angle of 30º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B5AEA7 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 174 167 -
CMYK 0 0.04 0.08 0.29
HSL 30º 0.09% 0.68% -
HSV(B) 30º 0.08% 0.71% -
XYZ 41.17 42.89 42.67 -
YUV 175.3 123.32 132.07 -
System Red Green Blue C M Y K H S L
Decimal 181 174 167 0 0.04 0.08 0.29 30 0.09 0.68
Hex B5 AE A7 0 4 8 1D 1E 9 44
Octal 265 256 247 0 4 10 35 36 11 104
Binary 10110101 10101110 10100111 0 100 1000 11101 11110 1001 1000100

Color Harmonies of #B5AEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AEA7

Black with #B5AEA7

Text Example


Text Example

White with #B5AEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AEA7; }

 p { color: rgb(181,174,167); }

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

background-color css

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

 a { background-color: rgb(181,174,167); }

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

border-color css

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

 span { border-color: rgb(181,174,167); }

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