#B7B010

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

Shades of La Rioja #B7B010

Tints of La Rioja #B7B010

Color information

#B7B010 (or 0xB7B010) is unknown color: approx La Rioja. HEX triplet: B7, B0 and 10. RGB value is (183,176,16). Sum of RGB (Red+Green+Blue) = 183+176+16=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 176 (69.14% from 255 or 46.93% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7B010 is #484FEF. Grayscale: #A0A0A0. Windows color (decimal): -4739056 or 1093815. OLE color: 1093815.

HSL color Cylindrical-coordinate representation of color #B7B010: hue angle of 57.49º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7B010 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB18317616-
CMYK00.040.910.28
HSL57.49º83.92%39.02%-
HSV(B)57.49º91.26%71.76%-
XYZ35.1541.166.58-
YUV159.8546.82144.51-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.8%
GREEN value IS 176 (69.14% from 255) = 46.93%
BLUE value IS 16 (6.64% from 255) = 4.27%
R=48.8%
G=46.93%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831761600.040.910.2857.4983.9239.02
HexB7B010045B1C395427
Octal2672602004133347112447
Binary10110111101100001000001001011011111001110011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B010; }

 p { color: rgb(183,176,16); }

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

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

 a { background-color: rgb(183,176,16); }

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

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

 span { border-color: rgb(183,176,16); }

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