#B7BE0A

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

Shades of La Rioja #B7BE0A

Tints of La Rioja #B7BE0A

Color information

#B7BE0A (or 0xB7BE0A) is unknown color: approx La Rioja. HEX triplet: B7, BE and 0A. RGB value is (183,190,10). Sum of RGB (Red+Green+Blue) = 183+190+10=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 190 (74.61% from 255 or 49.61% from 383); Blue value is 10 (4.30% from 255 or 2.61% from 383); Max value from RGB is 190 - color contains mainly: green. Hex color #B7BE0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7BE0A is #4841F5. Grayscale: #A8A8A8. Windows color (decimal): -4735478 or 704183. OLE color: 704183.

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

Color convert

RGB18319010-
CMYK0.0400.950.25
HSL62.33º90%39.22%-
HSV(B)62.33º94.74%74.51%-
XYZ3846.927.34-
YUV167.3939.18139.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.78%
GREEN value IS 190 (74.61% from 255) = 49.61%
BLUE value IS 10 (4.30% from 255) = 2.61%
R=47.78%
G=49.61%
B=2.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal183190100.0400.950.2562.339039.22
HexB7BEA405F193e5a27
Octal2672761240137317613247
Binary1011011110111110101010001011111110011111101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BE0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BE0A; }

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

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

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

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

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

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

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

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