#B5B405

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

Shades of La Rioja #B5B405

Tints of La Rioja #B5B405

Color information

#B5B405 (or 0xB5B405) is unknown color: approx La Rioja. HEX triplet: B5, B4 and 05. RGB value is (181,180,5). Sum of RGB (Red+Green+Blue) = 181+180+5=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 180 (70.70% from 255 or 49.18% from 366); Blue value is 5 (2.34% from 255 or 1.37% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B405 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B405 is #4A4BFA. Grayscale: #A1A1A1. Windows color (decimal): -4869115 or 373941. OLE color: 373941.

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

Color convert

RGB1811805-
CMYK00.010.970.29
HSL59.66º94.62%36.47%-
HSV(B)59.66º97.24%70.98%-
XYZ35.442.486.48-
YUV160.3540.33142.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.45%
GREEN value IS 180 (70.70% from 255) = 49.18%
BLUE value IS 5 (2.34% from 255) = 1.37%
R=49.45%
G=49.18%
B=1.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181180500.010.970.2959.6694.6236.47
HexB5B4501611D3c5f24
Octal265264501141357413744
Binary1011010110110100101011100001111011111001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B405; }

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

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

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

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

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

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

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

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