Html Css Color HEX #B4A398 Silk

📋 copy color: '#B4A398'

red 180 ◦ green 163 ◦ blue 152

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

Shades of Silk #B4A398

Tints of Silk #B4A398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.71%

R = 36.36%
G = 32.93%
B = 30.71%

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

#B4A398 (or 0xB4A398) is known color: Silk. HEX triplet: B4, A3 and 98. RGB value is (180,163,152). Sum of RGB (Red+Green+Blue) = 180+163+152=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A398 is #4B5C67. Grayscale: #A6A6A6. Windows color (decimal): -4938856 or 10003380. OLE color: 10003380.

HSL color Cylindrical-coordinate representation of color #B4A398: hue angle of 23.57º 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 #B4A398 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 163 152 -
CMYK 0 0.09 0.16 0.29
HSL 23.57º 0.16% 0.65% -
HSV(B) 23.57º 0.16% 0.71% -
XYZ 37.59 38.16 35.09 -
YUV 166.83 119.63 137.39 -
System Red Green Blue C M Y K H S L
Decimal 180 163 152 0 0.09 0.16 0.29 23.57 0.16 0.65
Hex B4 A3 98 0 9 10 1D 18 10 41
Octal 264 243 230 0 11 20 35 30 20 101
Binary 10110100 10100011 10011000 0 1001 10000 11101 11000 10000 1000001

Color Harmonies of #B4A398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A398

Black with #B4A398

Text Example


Text Example

White with #B4A398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A398; }

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

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

background-color css

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

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

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

border-color css

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

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

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