#BCB300

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

Shades of La Rioja #BCB300

Tints of La Rioja #BCB300

Color information

#BCB300 (or 0xBCB300) is unknown color: approx La Rioja. HEX triplet: BC, B3 and 00. RGB value is (188,179,0). Sum of RGB (Red+Green+Blue) = 188+179+0=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 179 (70.31% from 255 or 48.77% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB300 is #434CFF. Grayscale: #A2A2A2. Windows color (decimal): -4410624 or 46012. OLE color: 46012.

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

Color convert

RGB1881790-
CMYK00.0510.26
HSL57.13º100%36.86%-
HSV(B)57.13º100%73.73%-
XYZ36.8642.936.34-
YUV161.2836.98147.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.23%
GREEN value IS 179 (70.31% from 255) = 48.77%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.23%
G=48.77%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188179000.0510.2657.1310036.86
HexBCB3005641A396425
Octal274263005144327114445
Binary1011110010110011001011100100110101110011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB300; }

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

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

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

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

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

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

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

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