Html Css Color HEX #BCB6A1 Ash

📋 copy color: '#BCB6A1'

red 188 ◦ green 182 ◦ blue 161

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

Shades of Ash #BCB6A1

Tints of Ash #BCB6A1

RGB

 RED value IS 188 (73.83% from 255) = 35.4%

 GREEN value IS 182 (71.48% from 255) = 34.27%

 BLUE value IS 161 (63.28% from 255) = 30.32%

R = 35.4%
G = 34.27%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BCB6A1 (or 0xBCB6A1) is known color: Ash. HEX triplet: BC, B6 and A1. RGB value is (188,182,161). Sum of RGB (Red+Green+Blue) = 188+182+161=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 161 (63.28% from 255 or 30.32% from 531); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB6A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB6A1 is #43495E. Grayscale: #B5B5B5. Windows color (decimal): -4409695 or 10598076. OLE color: 10598076.

HSL color Cylindrical-coordinate representation of color #BCB6A1: hue angle of 46.67º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCB6A1 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 182 161 -
CMYK 0 0.03 0.14 0.26
HSL 46.67º 0.17% 0.68% -
HSV(B) 46.67º 0.14% 0.74% -
XYZ 43.9 46.72 40.42 -
YUV 181.4 116.49 132.71 -
System Red Green Blue C M Y K H S L
Decimal 188 182 161 0 0.03 0.14 0.26 46.67 0.17 0.68
Hex BC B6 A1 0 3 E 1A 2F 11 44
Octal 274 266 241 0 3 16 32 57 21 104
Binary 10111100 10110110 10100001 0 11 1110 11010 101111 10001 1000100

Color Harmonies of #BCB6A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB6A1

Black with #BCB6A1

Text Example


Text Example

White with #BCB6A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB6A1; }

 p { color: rgb(188,182,161); }

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

background-color css

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

 a { background-color: rgb(188,182,161); }

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

border-color css

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

 span { border-color: rgb(188,182,161); }

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