#BCBC8B

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

Shades of Coriander #BCBC8B

Tints of Coriander #BCBC8B

Color information

#BCBC8B (or 0xBCBC8B) is unknown color: approx Coriander. HEX triplet: BC, BC and 8B. RGB value is (188,188,139). Sum of RGB (Red+Green+Blue) = 188+188+139=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBC8B is #434374. Grayscale: #B6B6B6. Windows color (decimal): -4408181 or 9157820. OLE color: 9157820.

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

Color convert

RGB188188139-
CMYK000.260.26
HSL60º26.78%64.12%-
HSV(B)60º26.06%73.73%-
XYZ43.3848.5231.51-
YUV182.41103.5131.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.50%
GREEN value IS 188 (73.83% from 255) = 36.50%
BLUE value IS 139 (54.69% from 255) = 26.99%
R=36.50%
G=36.50%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188188139000.260.266026.7864.12
HexBCBC8B001A1A3c1b40
Octal2742742130032327433100
Binary101111001011110010001011001101011010111100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBC8B; }

 p { color: rgb(188,188,139); }

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

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

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

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

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

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

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