Html Css Color HEX #BCB7A6 Ash

📋 copy color: '#BCB7A6'

red 188 ◦ green 183 ◦ blue 166

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

Shades of Ash #BCB7A6

Tints of Ash #BCB7A6

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.08%

 BLUE value IS 166 (65.23% from 255) = 30.91%

R = 35.01%
G = 34.08%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BCB7A6 (or 0xBCB7A6) is known color: Ash. HEX triplet: BC, B7 and A6. RGB value is (188,183,166). Sum of RGB (Red+Green+Blue) = 188+183+166=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 166 (65.23% from 255 or 30.91% from 537); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB7A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB7A6 is #434859. Grayscale: #B6B6B6. Windows color (decimal): -4409434 or 10926012. OLE color: 10926012.

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

Color convert

RGB 188 183 166 -
CMYK 0 0.03 0.12 0.26
HSL 46.36º 0.14% 0.69% -
HSV(B) 46.36º 0.12% 0.74% -
XYZ 44.56 47.31 42.86 -
YUV 182.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 188 183 166 0 0.03 0.12 0.26 46.36 0.14 0.69
Hex BC B7 A6 0 3 C 1A 2E E 45
Octal 274 267 246 0 3 14 32 56 16 105
Binary 10111100 10110111 10100110 0 11 1100 11010 101110 1110 1000101

Color Harmonies of #BCB7A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB7A6

Black with #BCB7A6

Text Example


Text Example

White with #BCB7A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB7A6; }

 p { color: rgb(188,183,166); }

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

background-color css

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

 a { background-color: rgb(188,183,166); }

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

border-color css

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

 span { border-color: rgb(188,183,166); }

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