#B1B712

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

Shades of La Rioja #B1B712

Tints of La Rioja #B1B712

Color information

#B1B712 (or 0xB1B712) is unknown color: approx La Rioja. HEX triplet: B1, B7 and 12. RGB value is (177,183,18). Sum of RGB (Red+Green+Blue) = 177+183+18=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 18 (7.42% from 255 or 4.76% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B712 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1B712 is #4E48ED. Grayscale: #A3A3A3. Windows color (decimal): -5130478 or 1226673. OLE color: 1226673.

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

Color convert

RGB17718318-
CMYK0.0300.900.28
HSL62.18º82.09%39.41%-
HSV(B)62.18º90.16%71.76%-
XYZ35.1743.267.07-
YUV162.446.51138.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.83%
GREEN value IS 183 (71.88% from 255) = 48.41%
BLUE value IS 18 (7.42% from 255) = 4.76%
R=46.83%
G=48.41%
B=4.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal177183180.0300.900.2862.1882.0939.41
HexB1B712305A1C3e5227
Octal2612672230132347612247
Binary1011000110110111100101101011010111001111101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B712; }

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

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

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

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

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

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

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

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