Html Css Color HEX #B8A69A Silk

📋 copy color: '#B8A69A'

red 184 ◦ green 166 ◦ blue 154

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

Shades of Silk #B8A69A

Tints of Silk #B8A69A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.94%

 BLUE value IS 154 (60.55% from 255) = 30.56%

R = 36.51%
G = 32.94%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B8A69A (or 0xB8A69A) is known color: Silk. HEX triplet: B8, A6 and 9A. RGB value is (184,166,154). Sum of RGB (Red+Green+Blue) = 184+166+154=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A69A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A69A is #475965. Grayscale: #AAAAAA. Windows color (decimal): -4675942 or 10135224. OLE color: 10135224.

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

Color convert

RGB 184 166 154 -
CMYK 0 0.10 0.16 0.28
HSL 24º 0.17% 0.66% -
HSV(B) 24º 0.16% 0.72% -
XYZ 39.24 39.8 36.19 -
YUV 170.01 118.96 137.98 -
System Red Green Blue C M Y K H S L
Decimal 184 166 154 0 0.10 0.16 0.28 24 0.17 0.66
Hex B8 A6 9A 0 A 10 1C 18 11 42
Octal 270 246 232 0 12 20 34 30 21 102
Binary 10111000 10100110 10011010 0 1010 10000 11100 11000 10001 1000010

Color Harmonies of #B8A69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A69A

Black with #B8A69A

Text Example


Text Example

White with #B8A69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A69A; }

 p { color: rgb(184,166,154); }

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

background-color css

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

 a { background-color: rgb(184,166,154); }

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

border-color css

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

 span { border-color: rgb(184,166,154); }

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