#B7B202

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

Shades of La Rioja #B7B202

Tints of La Rioja #B7B202

Color information

#B7B202 (or 0xB7B202) is unknown color: approx La Rioja. HEX triplet: B7, B2 and 02. RGB value is (183,178,2). Sum of RGB (Red+Green+Blue) = 183+178+2=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 178 (69.92% from 255 or 49.04% from 363); Blue value is 2 (1.17% from 255 or 0.55% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7B202 is #484DFD. Grayscale: #A0A0A0. Windows color (decimal): -4738558 or 176823. OLE color: 176823.

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

Color convert

RGB1831782-
CMYK00.030.990.28
HSL58.34º97.84%36.27%-
HSV(B)58.34º98.91%71.76%-
XYZ35.4641.916.28-
YUV159.4339.16144.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.41%
GREEN value IS 178 (69.92% from 255) = 49.04%
BLUE value IS 2 (1.17% from 255) = 0.55%
R=50.41%
G=49.04%
B=0.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183178200.030.990.2858.3497.8436.27
HexB7B2203631C3a6224
Octal267262203143347214244
Binary1011011110110010100111100011111001110101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B202; }

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

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

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

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

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

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

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

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