#BCB417

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

Shades of La Rioja #BCB417

Tints of La Rioja #BCB417

Color information

#BCB417 (or 0xBCB417) is unknown color: approx La Rioja. HEX triplet: BC, B4 and 17. RGB value is (188,180,23). Sum of RGB (Red+Green+Blue) = 188+180+23=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 23 (9.38% from 255 or 5.88% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB417 is #434BE8. Grayscale: #A5A5A5. Windows color (decimal): -4410345 or 1553596. OLE color: 1553596.

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

Color convert

RGB18818023-
CMYK00.040.880.26
HSL57.09º78.2%41.37%-
HSV(B)57.09º87.77%73.73%-
XYZ37.2143.47.23-
YUV164.4948.15144.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.08%
GREEN value IS 180 (70.70% from 255) = 46.04%
BLUE value IS 23 (9.38% from 255) = 5.88%
R=48.08%
G=46.04%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881802300.040.880.2657.0978.241.37
HexBCB41704581A394e29
Octal2742642704130327111651
Binary10111100101101001011101001011000110101110011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB417; }

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

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

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

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

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

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

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

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