#B4B50F

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

Shades of La Rioja #B4B50F

Tints of La Rioja #B4B50F

Color information

#B4B50F (or 0xB4B50F) is unknown color: approx La Rioja. HEX triplet: B4, B5 and 0F. RGB value is (180,181,15). Sum of RGB (Red+Green+Blue) = 180+181+15=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 181 (71.09% from 255 or 48.14% from 376); Blue value is 15 (6.25% from 255 or 3.99% from 376); Max value from RGB is 181 - color contains mainly: green. Hex color #B4B50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4B50F is #4B4AF0. Grayscale: #A2A2A2. Windows color (decimal): -4934385 or 1029556. OLE color: 1029556.

HSL color Cylindrical-coordinate representation of color #B4B50F: hue angle of 60.36º degrees, saturation: 0.85, 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 #B4B50F is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB18018115-
CMYK0.0100.920.29
HSL60.36º84.69%38.43%-
HSV(B)60.36º91.71%70.98%-
XYZ35.4342.796.84-
YUV161.7845.17141-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.87%
GREEN value IS 181 (71.09% from 255) = 48.14%
BLUE value IS 15 (6.25% from 255) = 3.99%
R=47.87%
G=48.14%
B=3.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180181150.0100.920.2960.3684.6938.43
HexB4B5F105C1D3c5526
Octal2642651710134357412546
Binary10110100101101011111101011100111011111001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B50F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B50F; }

 p { color: rgb(180,181,15); }

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

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

 a { background-color: rgb(180,181,15); }

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

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

 span { border-color: rgb(180,181,15); }

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