#BCB10E

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

Shades of La Rioja #BCB10E

Tints of La Rioja #BCB10E

Color information

#BCB10E (or 0xBCB10E) is unknown color: approx La Rioja. HEX triplet: BC, B1 and 0E. RGB value is (188,177,14). Sum of RGB (Red+Green+Blue) = 188+177+14=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 14 (5.86% from 255 or 3.69% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB10E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB10E is #434EF1. Grayscale: #A2A2A2. Windows color (decimal): -4411122 or 963004. OLE color: 963004.

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

Color convert

RGB18817714-
CMYK00.060.930.26
HSL56.21º86.14%39.61%-
HSV(B)56.21º92.55%73.73%-
XYZ36.5442.176.63-
YUV161.7144.64146.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.60%
GREEN value IS 177 (69.53% from 255) = 46.70%
BLUE value IS 14 (5.86% from 255) = 3.69%
R=49.60%
G=46.70%
B=3.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881771400.060.930.2656.2186.1439.61
HexBCB1E065D1A385628
Octal2742611606135327012650
Binary1011110010110001111001101011101110101110001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB10E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB10E; }

 p { color: rgb(188,177,14); }

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

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

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

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

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

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

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