#BCB616

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

Shades of La Rioja #BCB616

Tints of La Rioja #BCB616

Color information

#BCB616 (or 0xBCB616) is unknown color: approx La Rioja. HEX triplet: BC, B6 and 16. RGB value is (188,182,22). Sum of RGB (Red+Green+Blue) = 188+182+22=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 182 (71.48% from 255 or 46.43% from 392); Blue value is 22 (8.98% from 255 or 5.61% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB616 is #4349E9. Grayscale: #A6A6A6. Windows color (decimal): -4409834 or 1488572. OLE color: 1488572.

HSL color Cylindrical-coordinate representation of color #BCB616: hue angle of 57.83º degrees, saturation: 0.79, 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 #BCB616 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB18818222-
CMYK00.030.880.26
HSL57.83º79.05%41.18%-
HSV(B)57.83º88.3%73.73%-
XYZ37.6144.217.31-
YUV165.5546.99144.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.96%
GREEN value IS 182 (71.48% from 255) = 46.43%
BLUE value IS 22 (8.98% from 255) = 5.61%
R=47.96%
G=46.43%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881822200.030.880.2657.8379.0541.18
HexBCB61603581A3a4f29
Octal2742662603130327211751
Binary1011110010110110101100111011000110101110101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB616; }

 p { color: rgb(188,182,22); }

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

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

 a { background-color: rgb(188,182,22); }

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

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

 span { border-color: rgb(188,182,22); }

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