Html Css Color HEX #BCB6A2 Ash

📋 copy color: '#BCB6A2'

red 188 ◦ green 182 ◦ blue 162

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

Shades of Ash #BCB6A2

Tints of Ash #BCB6A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.45%

R = 35.34%
G = 34.21%
B = 30.45%

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

#BCB6A2 (or 0xBCB6A2) is known color: Ash. HEX triplet: BC, B6 and A2. RGB value is (188,182,162). Sum of RGB (Red+Green+Blue) = 188+182+162=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 182 (71.48% from 255 or 34.21% from 532); Blue value is 162 (63.67% from 255 or 30.45% from 532); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB6A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB6A2 is #43495D. Grayscale: #B5B5B5. Windows color (decimal): -4409694 or 10663612. OLE color: 10663612.

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

Color convert

RGB 188 182 162 -
CMYK 0 0.03 0.14 0.26
HSL 46.15º 0.16% 0.69% -
HSV(B) 46.15º 0.14% 0.74% -
XYZ 43.99 46.76 40.89 -
YUV 181.51 116.99 132.63 -
System Red Green Blue C M Y K H S L
Decimal 188 182 162 0 0.03 0.14 0.26 46.15 0.16 0.69
Hex BC B6 A2 0 3 E 1A 2E 10 45
Octal 274 266 242 0 3 16 32 56 20 105
Binary 10111100 10110110 10100010 0 11 1110 11010 101110 10000 1000101

Color Harmonies of #BCB6A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB6A2

Black with #BCB6A2

Text Example


Text Example

White with #BCB6A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB6A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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