#B3B705

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

Shades of La Rioja #B3B705

Tints of La Rioja #B3B705

Color information

#B3B705 (or 0xB3B705) is unknown color: approx La Rioja. HEX triplet: B3, B7 and 05. RGB value is (179,183,5). Sum of RGB (Red+Green+Blue) = 179+183+5=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 183 (71.88% from 255 or 49.86% from 367); Blue value is 5 (2.34% from 255 or 1.36% from 367); Max value from RGB is 183 - color contains mainly: green. Hex color #B3B705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3B705 is #4C48FA. Grayscale: #A2A2A2. Windows color (decimal): -4999419 or 374707. OLE color: 374707.

HSL color Cylindrical-coordinate representation of color #B3B705: hue angle of 61.35º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B3B705 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB1791835-
CMYK0.0200.970.28
HSL61.35º94.68%36.86%-
HSV(B)61.35º97.27%71.76%-
XYZ35.5543.466.66-
YUV161.5139.67140.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.77%
GREEN value IS 183 (71.88% from 255) = 49.86%
BLUE value IS 5 (2.34% from 255) = 1.36%
R=48.77%
G=49.86%
B=1.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal17918350.0200.970.2861.3594.6836.86
HexB3B7520611C3d5f25
Octal263267520141347513745
Binary10110011101101111011001100001111001111011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B705; }

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

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

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

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

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

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

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

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