#BCB413

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

Shades of La Rioja #BCB413

Tints of La Rioja #BCB413

Color information

#BCB413 (or 0xBCB413) is unknown color: approx La Rioja. HEX triplet: BC, B4 and 13. RGB value is (188,180,19). Sum of RGB (Red+Green+Blue) = 188+180+19=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 19 (7.81% from 255 or 4.91% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB413 is #434BEC. Grayscale: #A4A4A4. Windows color (decimal): -4410349 or 1291452. OLE color: 1291452.

HSL color Cylindrical-coordinate representation of color #BCB413: hue angle of 57.16º 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 #BCB413 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB18818019-
CMYK00.040.900.26
HSL57.16º81.64%40.59%-
HSV(B)57.16º89.89%73.73%-
XYZ37.1843.387.03-
YUV164.0446.15145.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.58%
GREEN value IS 180 (70.70% from 255) = 46.51%
BLUE value IS 19 (7.81% from 255) = 4.91%
R=48.58%
G=46.51%
B=4.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881801900.040.900.2657.1681.6440.59
HexBCB413045A1A395229
Octal2742642304132327112251
Binary10111100101101001001101001011010110101110011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB413; }

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

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

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

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

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

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

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

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