#B7A702

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

Shades of La Rioja #B7A702

Tints of La Rioja #B7A702

Color information

#B7A702 (or 0xB7A702) is unknown color: approx La Rioja. HEX triplet: B7, A7 and 02. RGB value is (183,167,2). Sum of RGB (Red+Green+Blue) = 183+167+2=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 167 (65.62% from 255 or 47.44% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A702 is #4858FD. Grayscale: #999999. Windows color (decimal): -4741374 or 174007. OLE color: 174007.

HSL color Cylindrical-coordinate representation of color #B7A702: hue angle of 54.7º 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 #B7A702 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB1831672-
CMYK00.090.990.28
HSL54.7º97.84%36.27%-
HSV(B)54.7º98.91%71.76%-
XYZ33.3637.715.58-
YUV152.9742.8149.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.99%
GREEN value IS 167 (65.62% from 255) = 47.44%
BLUE value IS 2 (1.17% from 255) = 0.57%
R=51.99%
G=47.44%
B=0.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183167200.090.990.2854.797.8436.27
HexB7A7209631C376224
Octal2672472011143346714244
Binary101101111010011110010011100011111001101111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A702; }

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

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

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

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

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

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

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

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