#B4B400

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

Shades of La Rioja #B4B400

Tints of La Rioja #B4B400

Color information

#B4B400 (or 0xB4B400) is unknown color: approx La Rioja. HEX triplet: B4, B4 and 00. RGB value is (180,180,0). Sum of RGB (Red+Green+Blue) = 180+180+0=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 180 (70.70% from 255 or 50% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4B400 is #4B4BFF. Grayscale: #A0A0A0. Windows color (decimal): -4934656 or 46260. OLE color: 46260.

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

Color convert

RGB1801800-
CMYK0010.29
HSL60º100%35.29%-
HSV(B)60º100%70.59%-
XYZ35.1442.356.32-
YUV159.4838142.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50%
GREEN value IS 180 (70.70% from 255) = 50%
BLUE value IS 0 (0.39% from 255) = 0%
R=50%
G=50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18018000010.296010035.29
HexB4B4000641D3c6423
Octal264264000144357414443
Binary10110100101101000001100100111011111001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B400; }

 p { color: rgb(180,180,0); }

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

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

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

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

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

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

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