#B4B30E

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

Shades of La Rioja #B4B30E

Tints of La Rioja #B4B30E

Color information

#B4B30E (or 0xB4B30E) is unknown color: approx La Rioja. HEX triplet: B4, B3 and 0E. RGB value is (180,179,14). Sum of RGB (Red+Green+Blue) = 180+179+14=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 14 (5.86% from 255 or 3.75% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4B30E is #4B4CF1. Grayscale: #A1A1A1. Windows color (decimal): -4934898 or 963508. OLE color: 963508.

HSL color Cylindrical-coordinate representation of color #B4B30E: hue angle of 59.64º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B4B30E is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB18017914-
CMYK00.010.920.29
HSL59.64º85.57%38.04%-
HSV(B)59.64º92.22%70.59%-
XYZ35.0241.986.67-
YUV160.4945.33141.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.26%
GREEN value IS 179 (70.31% from 255) = 47.99%
BLUE value IS 14 (5.86% from 255) = 3.75%
R=48.26%
G=47.99%
B=3.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801791400.010.920.2959.6485.5738.04
HexB4B3E015C1D3c5626
Octal2642631601134357412646
Binary10110100101100111110011011100111011111001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B30E; }

 p { color: rgb(180,179,14); }

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

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

 a { background-color: rgb(180,179,14); }

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

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

 span { border-color: rgb(180,179,14); }

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