Html Css Color HEX #B4A397 Silk

📋 copy color: '#B4A397'

red 180 ◦ green 163 ◦ blue 151

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

Shades of Silk #B4A397

Tints of Silk #B4A397

RGB

 RED value IS 180 (70.7% from 255) = 36.44%

 GREEN value IS 163 (64.06% from 255) = 33%

 BLUE value IS 151 (59.38% from 255) = 30.57%

R = 36.44%
G = 33%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B4A397 (or 0xB4A397) is known color: Silk. HEX triplet: B4, A3 and 97. RGB value is (180,163,151). Sum of RGB (Red+Green+Blue) = 180+163+151=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A397 is #4B5C68. Grayscale: #A6A6A6. Windows color (decimal): -4938857 or 9937844. OLE color: 9937844.

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

Color convert

RGB 180 163 151 -
CMYK 0 0.09 0.16 0.29
HSL 24.83º 0.16% 0.65% -
HSV(B) 24.83º 0.16% 0.71% -
XYZ 37.51 38.13 34.66 -
YUV 166.72 119.13 137.48 -
System Red Green Blue C M Y K H S L
Decimal 180 163 151 0 0.09 0.16 0.29 24.83 0.16 0.65
Hex B4 A3 97 0 9 10 1D 19 10 41
Octal 264 243 227 0 11 20 35 31 20 101
Binary 10110100 10100011 10010111 0 1001 10000 11101 11001 10000 1000001

Color Harmonies of #B4A397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A397

Black with #B4A397

Text Example


Text Example

White with #B4A397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A397; }

 p { color: rgb(180,163,151); }

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

background-color css

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

 a { background-color: rgb(180,163,151); }

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

border-color css

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

 span { border-color: rgb(180,163,151); }

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