#BCB7AA

Color #BCB7AA Cotton Seed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cotton Seed #BCB7AA

Tints of Cotton Seed #BCB7AA

Color information

#BCB7AA (or 0xBCB7AA) is unknown color: approx Cotton Seed. HEX triplet: BC, B7 and AA. RGB value is (188,183,170). Sum of RGB (Red+Green+Blue) = 188+183+170=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB7AA is #434855. Grayscale: #B7B7B7. Windows color (decimal): -4409430 or 11188156. OLE color: 11188156.

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

Color convert

RGB188183170-
CMYK00.030.100.26
HSL43.33º11.84%70.2%-
HSV(B)43.33º9.57%73.73%-
XYZ44.9347.4644.82-
YUV183.01120.66131.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.75%
GREEN value IS 183 (71.88% from 255) = 33.83%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=34.75%
G=33.83%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818317000.030.100.2643.3311.8470.2
HexBCB7AA03A1A2bc46
Octal2742672520312325314106
Binary10111100101101111010101001110101101010101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB7AA; }

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

 H1.HeaderClassName
 {
   color: #BCB7AA;
 }
 .AnyTagClassName
 {
   color: #BCB7AA;
 }
</style>
background-color css

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

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

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

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

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

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