#BCB214

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

Shades of La Rioja #BCB214

Tints of La Rioja #BCB214

Color information

#BCB214 (or 0xBCB214) is unknown color: approx La Rioja. HEX triplet: BC, B2 and 14. RGB value is (188,178,20). Sum of RGB (Red+Green+Blue) = 188+178+20=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB214 is #434DEB. Grayscale: #A3A3A3. Windows color (decimal): -4410860 or 1356476. OLE color: 1356476.

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

Color convert

RGB18817820-
CMYK00.050.890.26
HSL56.43º80.77%40.78%-
HSV(B)56.43º89.36%73.73%-
XYZ36.7942.586.94-
YUV162.9847.31145.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.70%
GREEN value IS 178 (69.92% from 255) = 46.11%
BLUE value IS 20 (8.20% from 255) = 5.18%
R=48.70%
G=46.11%
B=5.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881782000.050.890.2656.4380.7740.78
HexBCB21405591A385129
Octal2742622405131327012151
Binary10111100101100101010001011011001110101110001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB214; }

 p { color: rgb(188,178,20); }

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

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

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

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

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

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

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