#BAAD05

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

Shades of La Rioja #BAAD05

Tints of La Rioja #BAAD05

Color information

#BAAD05 (or 0xBAAD05) is unknown color: approx La Rioja. HEX triplet: BA, AD and 05. RGB value is (186,173,5). Sum of RGB (Red+Green+Blue) = 186+173+5=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 173 (67.97% from 255 or 47.53% from 364); Blue value is 5 (2.34% from 255 or 1.37% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAD05 is #4552FA. Grayscale: #9E9E9E. Windows color (decimal): -4543227 or 372154. OLE color: 372154.

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

Color convert

RGB1861735-
CMYK00.070.970.27
HSL55.69º94.76%37.45%-
HSV(B)55.69º97.31%72.94%-
XYZ35.2240.346.07-
YUV157.7341.81148.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.10%
GREEN value IS 173 (67.97% from 255) = 47.53%
BLUE value IS 5 (2.34% from 255) = 1.37%
R=51.10%
G=47.53%
B=1.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186173500.070.970.2755.6994.7637.45
HexBAAD507611B385f25
Octal272255507141337013745
Binary101110101010110110101111100001110111110001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD05; }

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

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

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

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

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

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

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

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