#B8AE05

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

Shades of La Rioja #B8AE05

Tints of La Rioja #B8AE05

Color information

#B8AE05 (or 0xB8AE05) is unknown color: approx La Rioja. HEX triplet: B8, AE and 05. RGB value is (184,174,5). Sum of RGB (Red+Green+Blue) = 184+174+5=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 174 (68.36% from 255 or 47.93% from 363); Blue value is 5 (2.34% from 255 or 1.38% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AE05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8AE05 is #4751FA. Grayscale: #9E9E9E. Windows color (decimal): -4674043 or 372408. OLE color: 372408.

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

Color convert

RGB1841745-
CMYK00.050.970.28
HSL56.65º94.71%37.06%-
HSV(B)56.65º97.28%72.16%-
XYZ34.9340.476.11-
YUV157.7241.81146.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.69%
GREEN value IS 174 (68.36% from 255) = 47.93%
BLUE value IS 5 (2.34% from 255) = 1.38%
R=50.69%
G=47.93%
B=1.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184174500.050.970.2856.6594.7137.06
HexB8AE505611C395f25
Octal270256505141347113745
Binary101110001010111010101011100001111001110011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AE05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AE05; }

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

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

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

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

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

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

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

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