Html Css Color HEX #B2A59C Silk

📋 copy color: '#B2A59C'

red 178 ◦ green 165 ◦ blue 156

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

Shades of Silk #B2A59C

Tints of Silk #B2A59C

RGB

 RED value IS 178 (69.92% from 255) = 35.67%

 GREEN value IS 165 (64.84% from 255) = 33.07%

 BLUE value IS 156 (61.33% from 255) = 31.26%

R = 35.67%
G = 33.07%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2A59C (or 0xB2A59C) is known color: Silk. HEX triplet: B2, A5 and 9C. RGB value is (178,165,156). Sum of RGB (Red+Green+Blue) = 178+165+156=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A59C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A59C is #4D5A63. Grayscale: #A7A7A7. Windows color (decimal): -5069412 or 10266034. OLE color: 10266034.

HSL color Cylindrical-coordinate representation of color #B2A59C: hue angle of 24.55º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2A59C is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 165 156 -
CMYK 0 0.07 0.12 0.30
HSL 24.55º 0.13% 0.65% -
HSV(B) 24.55º 0.12% 0.7% -
XYZ 37.82 38.78 36.94 -
YUV 167.86 121.31 135.23 -
System Red Green Blue C M Y K H S L
Decimal 178 165 156 0 0.07 0.12 0.30 24.55 0.13 0.65
Hex B2 A5 9C 0 7 C 1E 19 C 41
Octal 262 245 234 0 7 14 36 31 14 101
Binary 10110010 10100101 10011100 0 111 1100 11110 11001 1100 1000001

Color Harmonies of #B2A59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A59C

Black with #B2A59C

Text Example


Text Example

White with #B2A59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A59C; }

 p { color: rgb(178,165,156); }

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

background-color css

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

 a { background-color: rgb(178,165,156); }

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

border-color css

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

 span { border-color: rgb(178,165,156); }

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