#BEB708

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

Shades of La Rioja #BEB708

Tints of La Rioja #BEB708

Color information

#BEB708 (or 0xBEB708) is unknown color: approx La Rioja. HEX triplet: BE, B7 and 08. RGB value is (190,183,8). Sum of RGB (Red+Green+Blue) = 190+183+8=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 183 (71.88% from 255 or 48.03% from 381); Blue value is 8 (3.52% from 255 or 2.10% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB708 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEB708 is #4148F7. Grayscale: #A5A5A5. Windows color (decimal): -4278520 or 571326. OLE color: 571326.

HSL color Cylindrical-coordinate representation of color #BEB708: hue angle of 57.69º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BEB708 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB1901838-
CMYK00.040.960.25
HSL57.69º91.92%38.82%-
HSV(B)57.69º95.79%74.51%-
XYZ38.2144.836.87-
YUV165.1439.32145.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.87%
GREEN value IS 183 (71.88% from 255) = 48.03%
BLUE value IS 8 (3.52% from 255) = 2.10%
R=49.87%
G=48.03%
B=2.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190183800.040.960.2557.6991.9238.82
HexBEB780460193a5c27
Octal2762671004140317213447
Binary1011111010110111100001001100000110011110101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB708; }

 p { color: rgb(190,183,8); }

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

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

 a { background-color: rgb(190,183,8); }

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

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

 span { border-color: rgb(190,183,8); }

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