#B0AE09

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

Shades of La Rioja #B0AE09

Tints of La Rioja #B0AE09

Color information

#B0AE09 (or 0xB0AE09) is unknown color: approx La Rioja. HEX triplet: B0, AE and 09. RGB value is (176,174,9). Sum of RGB (Red+Green+Blue) = 176+174+9=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 174 (68.36% from 255 or 48.47% from 359); Blue value is 9 (3.91% from 255 or 2.51% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AE09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AE09 is #4F51F6. Grayscale: #9C9C9C. Windows color (decimal): -5198327 or 634544. OLE color: 634544.

HSL color Cylindrical-coordinate representation of color #B0AE09: hue angle of 59.28º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0AE09 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB1761749-
CMYK00.010.950.31
HSL59.28º90.27%36.27%-
HSV(B)59.28º94.89%69.02%-
XYZ33.0939.526.14-
YUV155.7945.16142.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.03%
GREEN value IS 174 (68.36% from 255) = 48.47%
BLUE value IS 9 (3.91% from 255) = 2.51%
R=49.03%
G=48.47%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176174900.010.950.3159.2890.2736.27
HexB0AE9015F1F3b5a24
Octal2602561101137377313244
Binary10110000101011101001011011111111111110111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AE09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AE09; }

 p { color: rgb(176,174,9); }

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

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

 a { background-color: rgb(176,174,9); }

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

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

 span { border-color: rgb(176,174,9); }

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