#B8AF05

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

Shades of La Rioja #B8AF05

Tints of La Rioja #B8AF05

Color information

#B8AF05 (or 0xB8AF05) is unknown color: approx La Rioja. HEX triplet: B8, AF and 05. RGB value is (184,175,5). Sum of RGB (Red+Green+Blue) = 184+175+5=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 175 (68.75% from 255 or 48.08% from 364); Blue value is 5 (2.34% from 255 or 1.37% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8AF05 is #4750FA. Grayscale: #9F9F9F. Windows color (decimal): -4673787 or 372664. OLE color: 372664.

HSL color Cylindrical-coordinate representation of color #B8AF05: hue angle of 56.98º 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 #B8AF05 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB1841755-
CMYK00.050.970.28
HSL56.98º94.71%37.06%-
HSV(B)56.98º97.28%72.16%-
XYZ35.1240.866.18-
YUV158.3141.48146.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.55%
GREEN value IS 175 (68.75% from 255) = 48.08%
BLUE value IS 5 (2.34% from 255) = 1.37%
R=50.55%
G=48.08%
B=1.37%

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
Decimal184175500.050.970.2856.9894.7137.06
HexB8AF505611C395f25
Octal270257505141347113745
Binary101110001010111110101011100001111001110011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AF05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AF05; }

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

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

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

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

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

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

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

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