#BEB003

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

Shades of La Rioja #BEB003

Tints of La Rioja #BEB003

Color information

#BEB003 (or 0xBEB003) is unknown color: approx La Rioja. HEX triplet: BE, B0 and 03. RGB value is (190,176,3). Sum of RGB (Red+Green+Blue) = 190+176+3=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 176 (69.14% from 255 or 47.70% from 369); Blue value is 3 (1.56% from 255 or 0.81% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEB003 is #414FFC. Grayscale: #A1A1A1. Windows color (decimal): -4280317 or 241854. OLE color: 241854.

HSL color Cylindrical-coordinate representation of color #BEB003: hue angle of 55.51º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BEB003 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB1901763-
CMYK00.070.980.25
HSL55.51º96.89%37.84%-
HSV(B)55.51º98.42%74.51%-
XYZ36.78426.26-
YUV160.4639.14149.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.49%
GREEN value IS 176 (69.14% from 255) = 47.70%
BLUE value IS 3 (1.56% from 255) = 0.81%
R=51.49%
G=47.70%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190176300.070.980.2555.5196.8937.84
HexBEB03076219386126
Octal276260307142317014146
Binary10111110101100001101111100010110011110001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB003; }

 p { color: rgb(190,176,3); }

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

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

 a { background-color: rgb(190,176,3); }

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

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

 span { border-color: rgb(190,176,3); }

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