#BAAF0A

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

Shades of La Rioja #BAAF0A

Tints of La Rioja #BAAF0A

Color information

#BAAF0A (or 0xBAAF0A) is unknown color: approx La Rioja. HEX triplet: BA, AF and 0A. RGB value is (186,175,10). Sum of RGB (Red+Green+Blue) = 186+175+10=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 10 (4.30% from 255 or 2.70% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAF0A is #4550F5. Grayscale: #A0A0A0. Windows color (decimal): -4542710 or 700346. OLE color: 700346.

HSL color Cylindrical-coordinate representation of color #BAAF0A: hue angle of 56.25º degrees, saturation: 0.9, 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 #BAAF0A is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB18617510-
CMYK00.060.950.27
HSL56.25º89.8%38.43%-
HSV(B)56.25º94.62%72.94%-
XYZ35.6341.126.35-
YUV159.4843.64146.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.13%
GREEN value IS 175 (68.75% from 255) = 47.17%
BLUE value IS 10 (4.30% from 255) = 2.70%
R=50.13%
G=47.17%
B=2.70%

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
Decimal1861751000.060.950.2756.2589.838.43
HexBAAFA065F1B385a26
Octal2722571206137337013246
Binary1011101010101111101001101011111110111110001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAF0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAF0A; }

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

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

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

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

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

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

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

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