#BAAF09

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

Shades of La Rioja #BAAF09

Tints of La Rioja #BAAF09

Color information

#BAAF09 (or 0xBAAF09) is unknown color: approx La Rioja. HEX triplet: BA, AF and 09. RGB value is (186,175,9). Sum of RGB (Red+Green+Blue) = 186+175+9=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 9 (3.91% from 255 or 2.43% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAF09 is #4550F6. Grayscale: #A0A0A0. Windows color (decimal): -4542711 or 634810. OLE color: 634810.

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

Color convert

RGB1861759-
CMYK00.060.950.27
HSL56.27º90.77%38.24%-
HSV(B)56.27º95.16%72.94%-
XYZ35.6341.126.32-
YUV159.3643.14147-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.27%
GREEN value IS 175 (68.75% from 255) = 47.30%
BLUE value IS 9 (3.91% from 255) = 2.43%
R=50.27%
G=47.30%
B=2.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186175900.060.950.2756.2790.7738.24
HexBAAF9065F1B385b26
Octal2722571106137337013346
Binary1011101010101111100101101011111110111110001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAF09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAF09; }

 p { color: rgb(186,175,9); }

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

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

 a { background-color: rgb(186,175,9); }

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

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

 span { border-color: rgb(186,175,9); }

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