#BCB313

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

Shades of La Rioja #BCB313

Tints of La Rioja #BCB313

Color information

#BCB313 (or 0xBCB313) is unknown color: approx La Rioja. HEX triplet: BC, B3 and 13. RGB value is (188,179,19). Sum of RGB (Red+Green+Blue) = 188+179+19=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB313 is #434CEC. Grayscale: #A4A4A4. Windows color (decimal): -4410605 or 1291196. OLE color: 1291196.

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

Color convert

RGB18817919-
CMYK00.050.900.26
HSL56.8º81.64%40.59%-
HSV(B)56.8º89.89%73.73%-
XYZ36.9842.986.96-
YUV163.4546.48145.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.70%
GREEN value IS 179 (70.31% from 255) = 46.37%
BLUE value IS 19 (7.81% from 255) = 4.92%
R=48.70%
G=46.37%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881791900.050.900.2656.881.6440.59
HexBCB313055A1A395229
Octal2742632305132327112251
Binary10111100101100111001101011011010110101110011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB313; }

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

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

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

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

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

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

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

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