#BCB38A

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

Shades of Coriander #BCB38A

Tints of Coriander #BCB38A

Color information

#BCB38A (or 0xBCB38A) is unknown color: approx Coriander. HEX triplet: BC, B3 and 8A. RGB value is (188,179,138). Sum of RGB (Red+Green+Blue) = 188+179+138=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB38A is #434C75. Grayscale: #B1B1B1. Windows color (decimal): -4410486 or 9089980. OLE color: 9089980.

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

Color convert

RGB188179138-
CMYK00.050.270.26
HSL49.2º27.17%63.92%-
HSV(B)49.2º26.6%73.73%-
XYZ41.4544.7730.5-
YUV177.02105.98135.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.23%
GREEN value IS 179 (70.31% from 255) = 35.45%
BLUE value IS 138 (54.30% from 255) = 27.33%
R=37.23%
G=35.45%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817913800.050.270.2649.227.1763.92
HexBCB38A051B1A311b40
Octal2742632120533326133100
Binary10111100101100111000101001011101111010110001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB38A; }

 p { color: rgb(188,179,138); }

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

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

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

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

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

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

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