#B9B50F

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

Shades of La Rioja #B9B50F

Tints of La Rioja #B9B50F

Color information

#B9B50F (or 0xB9B50F) is unknown color: approx La Rioja. HEX triplet: B9, B5 and 0F. RGB value is (185,181,15). Sum of RGB (Red+Green+Blue) = 185+181+15=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 15 (6.25% from 255 or 3.94% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B50F is #464AF0. Grayscale: #A3A3A3. Windows color (decimal): -4606705 or 1029561. OLE color: 1029561.

HSL color Cylindrical-coordinate representation of color #B9B50F: hue angle of 58.59º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9B50F is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB18518115-
CMYK00.020.920.27
HSL58.59º85%39.22%-
HSV(B)58.59º91.89%72.55%-
XYZ36.6243.46.9-
YUV163.2744.33143.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.56%
GREEN value IS 181 (71.09% from 255) = 47.51%
BLUE value IS 15 (6.25% from 255) = 3.94%
R=48.56%
G=47.51%
B=3.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851811500.020.920.2758.598539.22
HexB9B5F025C1B3b5527
Octal2712651702134337312547
Binary101110011011010111110101011100110111110111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B50F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B50F; }

 p { color: rgb(185,181,15); }

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

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

 a { background-color: rgb(185,181,15); }

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

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

 span { border-color: rgb(185,181,15); }

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