#B7B502

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

Shades of La Rioja #B7B502

Tints of La Rioja #B7B502

Color information

#B7B502 (or 0xB7B502) is unknown color: approx La Rioja. HEX triplet: B7, B5 and 02. RGB value is (183,181,2). Sum of RGB (Red+Green+Blue) = 183+181+2=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 181 (71.09% from 255 or 49.45% from 366); Blue value is 2 (1.17% from 255 or 0.55% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7B502 is #484AFD. Grayscale: #A1A1A1. Windows color (decimal): -4737790 or 177591. OLE color: 177591.

HSL color Cylindrical-coordinate representation of color #B7B502: hue angle of 59.34º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7B502 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB1831812-
CMYK00.010.990.28
HSL59.34º97.84%36.27%-
HSV(B)59.34º98.91%71.76%-
XYZ36.0643.126.48-
YUV161.1938.16143.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50%
GREEN value IS 181 (71.09% from 255) = 49.45%
BLUE value IS 2 (1.17% from 255) = 0.55%
R=50%
G=49.45%
B=0.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183181200.010.990.2859.3497.8436.27
HexB7B5201631C3b6224
Octal267265201143347314244
Binary101101111011010110011100011111001110111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B502; }

 p { color: rgb(183,181,2); }

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

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

 a { background-color: rgb(183,181,2); }

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

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

 span { border-color: rgb(183,181,2); }

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