#B3A700

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

Shades of La Rioja #B3A700

Tints of La Rioja #B3A700

Color information

#B3A700 (or 0xB3A700) is unknown color: approx La Rioja. HEX triplet: B3, A7 and 00. RGB value is (179,167,0). Sum of RGB (Red+Green+Blue) = 179+167+0=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 167 (65.62% from 255 or 48.27% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A700 is #4C58FF. Grayscale: #989898. Windows color (decimal): -5003520 or 42931. OLE color: 42931.

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

Color convert

RGB1791670-
CMYK00.0710.30
HSL55.98º100%35.1%-
HSV(B)55.98º100%70.2%-
XYZ32.4137.225.48-
YUV151.5542.48147.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.73%
GREEN value IS 167 (65.62% from 255) = 48.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.73%
G=48.27%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179167000.0710.3055.9810035.1
HexB3A7007641E386423
Octal263247007144367014443
Binary1011001110100111001111100100111101110001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A700; }

 p { color: rgb(179,167,0); }

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

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

 a { background-color: rgb(179,167,0); }

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

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

 span { border-color: rgb(179,167,0); }

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