#B7B212

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

Shades of La Rioja #B7B212

Tints of La Rioja #B7B212

Color information

#B7B212 (or 0xB7B212) is unknown color: approx La Rioja. HEX triplet: B7, B2 and 12. RGB value is (183,178,18). Sum of RGB (Red+Green+Blue) = 183+178+18=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7B212 is #484DED. Grayscale: #A1A1A1. Windows color (decimal): -4738542 or 1225399. OLE color: 1225399.

HSL color Cylindrical-coordinate representation of color #B7B212: hue angle of 58.18º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7B212 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB18317818-
CMYK00.030.900.28
HSL58.18º82.09%39.41%-
HSV(B)58.18º90.16%71.76%-
XYZ35.5641.956.8-
YUV161.2547.16143.51-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.28%
GREEN value IS 178 (69.92% from 255) = 46.97%
BLUE value IS 18 (7.42% from 255) = 4.75%
R=48.28%
G=46.97%
B=4.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831781800.030.900.2858.1882.0939.41
HexB7B212035A1C3a5227
Octal2672622203132347212247
Binary1011011110110010100100111011010111001110101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B212; }

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

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

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

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

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

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

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

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