#B8AD05

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

Shades of La Rioja #B8AD05

Tints of La Rioja #B8AD05

Color information

#B8AD05 (or 0xB8AD05) is unknown color: approx La Rioja. HEX triplet: B8, AD and 05. RGB value is (184,173,5). Sum of RGB (Red+Green+Blue) = 184+173+5=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 5 (2.34% from 255 or 1.38% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8AD05 is #4752FA. Grayscale: #9D9D9D. Windows color (decimal): -4674299 or 372152. OLE color: 372152.

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

Color convert

RGB1841735-
CMYK00.060.970.28
HSL56.31º94.71%37.06%-
HSV(B)56.31º97.28%72.16%-
XYZ34.7440.096.05-
YUV157.1442.14147.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.83%
GREEN value IS 173 (67.97% from 255) = 47.79%
BLUE value IS 5 (2.34% from 255) = 1.38%
R=50.83%
G=47.79%
B=1.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184173500.060.970.2856.3194.7137.06
HexB8AD506611C385f25
Octal270255506141347013745
Binary101110001010110110101101100001111001110001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AD05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AD05; }

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

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

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

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

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

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

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

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