#B8AE0F

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

Shades of La Rioja #B8AE0F

Tints of La Rioja #B8AE0F

Color information

#B8AE0F (or 0xB8AE0F) is unknown color: approx La Rioja. HEX triplet: B8, AE and 0F. RGB value is (184,174,15). Sum of RGB (Red+Green+Blue) = 184+174+15=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 15 (6.25% from 255 or 4.02% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AE0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8AE0F is #4751F0. Grayscale: #9F9F9F. Windows color (decimal): -4674033 or 1027768. OLE color: 1027768.

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

Color convert

RGB18417415-
CMYK00.050.920.28
HSL56.45º84.92%39.02%-
HSV(B)56.45º91.85%72.16%-
XYZ34.9940.56.42-
YUV158.8646.81145.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.33%
GREEN value IS 174 (68.36% from 255) = 46.65%
BLUE value IS 15 (6.25% from 255) = 4.02%
R=49.33%
G=46.65%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841741500.050.920.2856.4584.9239.02
HexB8AEF055C1C385527
Octal2702561705134347012547
Binary1011100010101110111101011011100111001110001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AE0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AE0F; }

 p { color: rgb(184,174,15); }

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

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

 a { background-color: rgb(184,174,15); }

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

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

 span { border-color: rgb(184,174,15); }

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