Html Css Color HEX #B3A59B Silk

📋 copy color: '#B3A59B'

red 179 ◦ green 165 ◦ blue 155

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

Shades of Silk #B3A59B

Tints of Silk #B3A59B

RGB

 RED value IS 179 (70.31% from 255) = 35.87%

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

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

R = 35.87%
G = 33.07%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B3A59B (or 0xB3A59B) is known color: Silk. HEX triplet: B3, A5 and 9B. RGB value is (179,165,155). Sum of RGB (Red+Green+Blue) = 179+165+155=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A59B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A59B is #4C5A64. Grayscale: #A8A8A8. Windows color (decimal): -5003877 or 10200499. OLE color: 10200499.

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

Color convert

RGB 179 165 155 -
CMYK 0 0.08 0.13 0.30
HSL 25º 0.14% 0.65% -
HSV(B) 25º 0.13% 0.7% -
XYZ 37.96 38.86 36.51 -
YUV 168.05 120.64 135.81 -
System Red Green Blue C M Y K H S L
Decimal 179 165 155 0 0.08 0.13 0.30 25 0.14 0.65
Hex B3 A5 9B 0 8 D 1E 19 E 41
Octal 263 245 233 0 10 15 36 31 16 101
Binary 10110011 10100101 10011011 0 1000 1101 11110 11001 1110 1000001

Color Harmonies of #B3A59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A59B

Black with #B3A59B

Text Example


Text Example

White with #B3A59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A59B; }

 p { color: rgb(179,165,155); }

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

background-color css

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

 a { background-color: rgb(179,165,155); }

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

border-color css

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

 span { border-color: rgb(179,165,155); }

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