#BCB418

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

Shades of La Rioja #BCB418

Tints of La Rioja #BCB418

Color information

#BCB418 (or 0xBCB418) is unknown color: approx La Rioja. HEX triplet: BC, B4 and 18. RGB value is (188,180,24). Sum of RGB (Red+Green+Blue) = 188+180+24=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 24 (9.77% from 255 or 6.12% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB418 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB418 is #434BE7. Grayscale: #A5A5A5. Windows color (decimal): -4410344 or 1619132. OLE color: 1619132.

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

Color convert

RGB18818024-
CMYK00.040.870.26
HSL57.07º77.36%41.57%-
HSV(B)57.07º87.23%73.73%-
XYZ37.2343.47.28-
YUV164.6148.65144.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.96%
GREEN value IS 180 (70.70% from 255) = 45.92%
BLUE value IS 24 (9.77% from 255) = 6.12%
R=47.96%
G=45.92%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881802400.040.870.2657.0777.3641.57
HexBCB41804571A394d2a
Octal2742643004127327111552
Binary10111100101101001100001001010111110101110011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB418; }

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

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

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

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

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

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

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

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