Html Css Color HEX #B8A798 Silk

📋 copy color: '#B8A798'

red 184 ◦ green 167 ◦ blue 152

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

Shades of Silk #B8A798

Tints of Silk #B8A798

RGB

 RED value IS 184 (72.27% from 255) = 36.58%

 GREEN value IS 167 (65.63% from 255) = 33.2%

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

R = 36.58%
G = 33.2%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#B8A798 (or 0xB8A798) is known color: Silk. HEX triplet: B8, A7 and 98. RGB value is (184,167,152). Sum of RGB (Red+Green+Blue) = 184+167+152=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 167 (65.62% from 255 or 33.20% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A798 is #475867. Grayscale: #AAAAAA. Windows color (decimal): -4675688 or 10004408. OLE color: 10004408.

HSL color Cylindrical-coordinate representation of color #B8A798: hue angle of 28.12º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8A798 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 167 152 -
CMYK 0 0.09 0.17 0.28
HSL 28.13º 0.18% 0.66% -
HSV(B) 28.13º 0.17% 0.72% -
XYZ 39.25 40.09 35.38 -
YUV 170.37 117.63 137.72 -
System Red Green Blue C M Y K H S L
Decimal 184 167 152 0 0.09 0.17 0.28 28.13 0.18 0.66
Hex B8 A7 98 0 9 11 1C 1C 12 42
Octal 270 247 230 0 11 21 34 34 22 102
Binary 10111000 10100111 10011000 0 1001 10001 11100 11100 10010 1000010

Color Harmonies of #B8A798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A798

Black with #B8A798

Text Example


Text Example

White with #B8A798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A798; }

 p { color: rgb(184,167,152); }

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

background-color css

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

 a { background-color: rgb(184,167,152); }

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

border-color css

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

 span { border-color: rgb(184,167,152); }

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