#B9B40A

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

Shades of La Rioja #B9B40A

Tints of La Rioja #B9B40A

Color information

#B9B40A (or 0xB9B40A) is unknown color: approx La Rioja. HEX triplet: B9, B4 and 0A. RGB value is (185,180,10). Sum of RGB (Red+Green+Blue) = 185+180+10=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B40A is #464BF5. Grayscale: #A2A2A2. Windows color (decimal): -4606966 or 701625. OLE color: 701625.

HSL color Cylindrical-coordinate representation of color #B9B40A: hue angle of 58.29º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B9B40A is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB18518010-
CMYK00.030.950.27
HSL58.29º89.74%38.24%-
HSV(B)58.29º94.59%72.55%-
XYZ36.3842.986.67-
YUV162.1142.16144.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.33%
GREEN value IS 180 (70.70% from 255) = 48%
BLUE value IS 10 (4.30% from 255) = 2.67%
R=49.33%
G=48%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851801000.030.950.2758.2989.7438.24
HexB9B4A035F1B3a5a26
Octal2712641203137337213246
Binary101110011011010010100111011111110111110101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B40A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B40A; }

 p { color: rgb(185,180,10); }

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

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

 a { background-color: rgb(185,180,10); }

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

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

 span { border-color: rgb(185,180,10); }

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