#B3B605

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

Shades of La Rioja #B3B605

Tints of La Rioja #B3B605

Color information

#B3B605 (or 0xB3B605) is unknown color: approx La Rioja. HEX triplet: B3, B6 and 05. RGB value is (179,182,5). Sum of RGB (Red+Green+Blue) = 179+182+5=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 182 (71.48% from 255 or 49.73% from 366); Blue value is 5 (2.34% from 255 or 1.37% from 366); Max value from RGB is 182 - color contains mainly: green. Hex color #B3B605 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3B605 is #4C49FA. Grayscale: #A1A1A1. Windows color (decimal): -4999675 or 374451. OLE color: 374451.

HSL color Cylindrical-coordinate representation of color #B3B605: hue angle of 61.02º degrees, saturation: 0.95, 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 #B3B605 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB1791825-
CMYK0.0200.970.29
HSL61.02º94.65%36.67%-
HSV(B)61.02º97.25%71.37%-
XYZ35.3543.056.59-
YUV160.9240.01140.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.91%
GREEN value IS 182 (71.48% from 255) = 49.73%
BLUE value IS 5 (2.34% from 255) = 1.37%
R=48.91%
G=49.73%
B=1.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17918250.0200.970.2961.0294.6536.67
HexB3B6520611D3d5f25
Octal263266520141357513745
Binary10110011101101101011001100001111011111011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B605; }

 p { color: rgb(179,182,5); }

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

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

 a { background-color: rgb(179,182,5); }

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

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

 span { border-color: rgb(179,182,5); }

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