Html Css Color HEX #BCB7A7 Ash

📋 copy color: '#BCB7A7'

red 188 ◦ green 183 ◦ blue 167

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

Shades of Ash #BCB7A7

Tints of Ash #BCB7A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 31.04%

R = 34.94%
G = 34.01%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BCB7A7 (or 0xBCB7A7) is known color: Ash. HEX triplet: BC, B7 and A7. RGB value is (188,183,167). Sum of RGB (Red+Green+Blue) = 188+183+167=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 167 (65.62% from 255 or 31.04% from 538); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB7A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB7A7 is #434858. Grayscale: #B6B6B6. Windows color (decimal): -4409433 or 10991548. OLE color: 10991548.

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

Color convert

RGB 188 183 167 -
CMYK 0 0.03 0.11 0.26
HSL 45.71º 0.14% 0.7% -
HSV(B) 45.71º 0.11% 0.74% -
XYZ 44.65 47.35 43.35 -
YUV 182.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 188 183 167 0 0.03 0.11 0.26 45.71 0.14 0.7
Hex BC B7 A7 0 3 B 1A 2E E 46
Octal 274 267 247 0 3 13 32 56 16 106
Binary 10111100 10110111 10100111 0 11 1011 11010 101110 1110 1000110

Color Harmonies of #BCB7A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB7A7

Black with #BCB7A7

Text Example


Text Example

White with #BCB7A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB7A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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