#B9B50D

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

Shades of La Rioja #B9B50D

Tints of La Rioja #B9B50D

Color information

#B9B50D (or 0xB9B50D) is unknown color: approx La Rioja. HEX triplet: B9, B5 and 0D. RGB value is (185,181,13). Sum of RGB (Red+Green+Blue) = 185+181+13=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 181 (71.09% from 255 or 47.76% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B50D is #464AF2. Grayscale: #A3A3A3. Windows color (decimal): -4606707 or 898489. OLE color: 898489.

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

Color convert

RGB18518113-
CMYK00.020.930.27
HSL58.6º86.87%38.82%-
HSV(B)58.6º92.97%72.55%-
XYZ36.643.396.83-
YUV163.0443.33143.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.81%
GREEN value IS 181 (71.09% from 255) = 47.76%
BLUE value IS 13 (5.47% from 255) = 3.43%
R=48.81%
G=47.76%
B=3.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.93
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851811300.020.930.2758.686.8738.82
HexB9B5D025D1B3b5727
Octal2712651502135337312747
Binary101110011011010111010101011101110111110111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B50D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B50D; }

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

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

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

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

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

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

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

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