#BEB618

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

Shades of La Rioja #BEB618

Tints of La Rioja #BEB618

Color information

#BEB618 (or 0xBEB618) is unknown color: approx La Rioja. HEX triplet: BE, B6 and 18. RGB value is (190,182,24). Sum of RGB (Red+Green+Blue) = 190+182+24=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 182 (71.48% from 255 or 45.96% from 396); Blue value is 24 (9.77% from 255 or 6.06% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEB618 is #4149E7. Grayscale: #A7A7A7. Windows color (decimal): -4278760 or 1619646. OLE color: 1619646.

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

Color convert

RGB19018224-
CMYK00.040.870.25
HSL57.11º77.57%41.96%-
HSV(B)57.11º87.37%74.51%-
XYZ38.1344.477.44-
YUV166.3847.65144.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.98%
GREEN value IS 182 (71.48% from 255) = 45.96%
BLUE value IS 24 (9.77% from 255) = 6.06%
R=47.98%
G=45.96%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901822400.040.870.2557.1177.5741.96
HexBEB618045719394e2a
Octal2762663004127317111652
Binary10111110101101101100001001010111110011110011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB618; }

 p { color: rgb(190,182,24); }

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

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

 a { background-color: rgb(190,182,24); }

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

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

 span { border-color: rgb(190,182,24); }

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