#B3AD01

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

Shades of La Rioja #B3AD01

Tints of La Rioja #B3AD01

Color information

#B3AD01 (or 0xB3AD01) is unknown color: approx La Rioja. HEX triplet: B3, AD and 01. RGB value is (179,173,1). Sum of RGB (Red+Green+Blue) = 179+173+1=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 173 (67.97% from 255 or 49.01% from 353); Blue value is 1 (0.78% from 255 or 0.28% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3AD01 is #4C52FE. Grayscale: #9B9B9B. Windows color (decimal): -5001983 or 110003. OLE color: 110003.

HSL color Cylindrical-coordinate representation of color #B3AD01: hue angle of 57.98º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B3AD01 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB1791731-
CMYK00.030.990.30
HSL57.98º98.89%35.29%-
HSV(B)57.98º99.44%70.2%-
XYZ33.5439.475.88-
YUV155.1940.99144.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.71%
GREEN value IS 173 (67.97% from 255) = 49.01%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=50.71%
G=49.01%
B=0.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179173100.030.990.3057.9898.8935.29
HexB3AD103631E3a6323
Octal263255103143367214343
Binary101100111010110110111100011111101110101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AD01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AD01; }

 p { color: rgb(179,173,1); }

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

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

 a { background-color: rgb(179,173,1); }

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

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

 span { border-color: rgb(179,173,1); }

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