#B3B512

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

Shades of La Rioja #B3B512

Tints of La Rioja #B3B512

Color information

#B3B512 (or 0xB3B512) is unknown color: approx La Rioja. HEX triplet: B3, B5 and 12. RGB value is (179,181,18). Sum of RGB (Red+Green+Blue) = 179+181+18=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 18 (7.42% from 255 or 4.76% from 378); Max value from RGB is 181 - color contains mainly: green. Hex color #B3B512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3B512 is #4C4AED. Grayscale: #A2A2A2. Windows color (decimal): -4999918 or 1226163. OLE color: 1226163.

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

Color convert

RGB17918118-
CMYK0.0100.900.29
HSL60.74º81.91%39.02%-
HSV(B)60.74º90.06%70.98%-
XYZ35.2242.686.95-
YUV161.8246.84140.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.35%
GREEN value IS 181 (71.09% from 255) = 47.88%
BLUE value IS 18 (7.42% from 255) = 4.76%
R=47.35%
G=47.88%
B=4.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179181180.0100.900.2960.7481.9139.02
HexB3B512105A1D3d5227
Octal2632652210132357512247
Binary101100111011010110010101011010111011111011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B512; }

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

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

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

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

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

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

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

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