#B9B509

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

Shades of La Rioja #B9B509

Tints of La Rioja #B9B509

Color information

#B9B509 (or 0xB9B509) is unknown color: approx La Rioja. HEX triplet: B9, B5 and 09. RGB value is (185,181,9). Sum of RGB (Red+Green+Blue) = 185+181+9=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 9 (3.91% from 255 or 2.4% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B509 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B509 is #464AF6. Grayscale: #A3A3A3. Windows color (decimal): -4606711 or 636345. OLE color: 636345.

HSL color Cylindrical-coordinate representation of color #B9B509: hue angle of 58.64º degrees, saturation: 0.91, 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 #B9B509 is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB1851819-
CMYK00.020.950.27
HSL58.64º90.72%38.04%-
HSV(B)58.64º95.14%72.55%-
XYZ36.5843.386.7-
YUV162.5941.33143.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.33%
GREEN value IS 181 (71.09% from 255) = 48.27%
BLUE value IS 9 (3.91% from 255) = 2.4%
R=49.33%
G=48.27%
B=2.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185181900.020.950.2758.6490.7238.04
HexB9B59025F1B3b5b26
Octal2712651102137337313346
Binary101110011011010110010101011111110111110111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B509; }

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

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

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

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

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

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

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

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