#B5B40F

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

Shades of La Rioja #B5B40F

Tints of La Rioja #B5B40F

Color information

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

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

Color convert

RGB18118015-
CMYK00.010.920.29
HSL59.64º84.69%38.43%-
HSV(B)59.64º91.71%70.98%-
XYZ35.4642.56.79-
YUV161.4945.33141.92-

RGB Variations

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

RGB

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

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
Decimal1811801500.010.920.2959.6484.6938.43
HexB5B4F015C1D3c5526
Octal2652641701134357412546
Binary10110101101101001111011011100111011111001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B40F; }

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

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

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

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

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

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

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

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