#b5b306

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

Shades of La Rioja #B5B306

Tints of La Rioja #B5B306

Color information

#B5B306 (or 0xB5B306) is unknown color: approx La Rioja. HEX triplet: B5, B3 and 06. RGB value is (181,179,6). Sum of RGB (Red+Green+Blue) = 181+179+6=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 179 (70.31% from 255 or 48.91% from 366); Blue value is 6 (2.73% from 255 or 1.64% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B306 is #4A4CF9. Grayscale: #A0A0A0. Windows color (decimal): -4869370 or 439221. OLE color: 439221.

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

Color convert

RGB1811796-
CMYK00.010.970.29
HSL59.31º93.58%36.67%-
HSV(B)59.31º96.69%70.98%-
XYZ35.2142.086.44-
YUV159.8841.16143.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.45%
GREEN value IS 179 (70.31% from 255) = 48.91%
BLUE value IS 6 (2.73% from 255) = 1.64%
R=49.45%
G=48.91%
B=1.64%

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
Decimal181179600.010.970.2959.3193.5836.67
HexB5B3601611D3b5e25
Octal265263601141357313645
Binary1011010110110011110011100001111011110111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5b306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5b306; }

 p { color: rgb(181,179,6); }

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

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

 a { background-color: rgb(181,179,6); }

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

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

 span { border-color: rgb(181,179,6); }

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