#B3B415

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

Shades of La Rioja #B3B415

Tints of La Rioja #B3B415

Color information

#B3B415 (or 0xB3B415) is unknown color: approx La Rioja. HEX triplet: B3, B4 and 15. RGB value is (179,180,21). Sum of RGB (Red+Green+Blue) = 179+180+21=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 180 (70.70% from 255 or 47.37% from 380); Blue value is 21 (8.59% from 255 or 5.53% from 380); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3B415 is #4C4BEA. Grayscale: #A2A2A2. Windows color (decimal): -5000171 or 1422515. OLE color: 1422515.

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

Color convert

RGB17918021-
CMYK0.0100.880.29
HSL60.38º79.1%39.41%-
HSV(B)60.38º88.33%70.59%-
XYZ35.0542.287.02-
YUV161.5748.67140.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.11%
GREEN value IS 180 (70.70% from 255) = 47.37%
BLUE value IS 21 (8.59% from 255) = 5.53%
R=47.11%
G=47.37%
B=5.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179180210.0100.880.2960.3879.139.41
HexB3B41510581D3c4f27
Octal2632642510130357411747
Binary101100111011010010101101011000111011111001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B415; }

 p { color: rgb(179,180,21); }

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

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

 a { background-color: rgb(179,180,21); }

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

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

 span { border-color: rgb(179,180,21); }

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