#B4BE13

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

Shades of La Rioja #B4BE13

Tints of La Rioja #B4BE13

Color information

#B4BE13 (or 0xB4BE13) is unknown color: approx La Rioja. HEX triplet: B4, BE and 13. RGB value is (180,190,19). Sum of RGB (Red+Green+Blue) = 180+190+19=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 190 (74.61% from 255 or 48.84% from 389); Blue value is 19 (7.81% from 255 or 4.88% from 389); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BE13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4BE13 is #4B41EC. Grayscale: #A8A8A8. Windows color (decimal): -4932077 or 1294004. OLE color: 1294004.

HSL color Cylindrical-coordinate representation of color #B4BE13: hue angle of 63.51º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B4BE13 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB18019019-
CMYK0.0500.900.25
HSL63.51º81.82%40.98%-
HSV(B)63.51º90%74.51%-
XYZ37.3546.587.64-
YUV167.5244.19136.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.27%
GREEN value IS 190 (74.61% from 255) = 48.84%
BLUE value IS 19 (7.81% from 255) = 4.88%
R=46.27%
G=48.84%
B=4.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180190190.0500.900.2563.5181.8240.98
HexB4BE13505A19405229
Octal26427623501323110012251
Binary101101001011111010011101010110101100110000001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BE13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BE13; }

 p { color: rgb(180,190,19); }

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

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

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

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

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

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

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