Html Css Color HEX #BAA904 La Rioja

📋 copy color: '#BAA904'

red 186 ◦ green 169 ◦ blue 4

#BAA904
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #BAA904

Tints of La Rioja #BAA904

RGB

 RED value IS 186 (73.05% from 255) = 51.81%

 GREEN value IS 169 (66.41% from 255) = 47.08%

 BLUE value IS 4 (1.95% from 255) = 1.11%

R = 51.81%
G = 47.08%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BAA904 (or 0xBAA904) is known color: La Rioja. HEX triplet: BA, A9 and 04. RGB value is (186,169,4). Sum of RGB (Red+Green+Blue) = 186+169+4=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 169 (66.41% from 255 or 47.08% from 359); Blue value is 4 (1.95% from 255 or 1.11% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA904 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA904 is #4556FB. Grayscale: #9B9B9B. Windows color (decimal): -4544252 or 305594. OLE color: 305594.

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

Color convert

RGB 186 169 4 -
CMYK 0 0.09 0.98 0.27
HSL 54.4º 0.96% 0.37% -
HSV(B) 54.4º 0.98% 0.73% -
XYZ 34.46 38.82 5.79 -
YUV 155.27 42.63 149.92 -
System Red Green Blue C M Y K H S L
Decimal 186 169 4 0 0.09 0.98 0.27 54.4 0.96 0.37
Hex BA A9 4 0 9 62 1B 36 60 25
Octal 272 251 4 0 11 142 33 66 140 45
Binary 10111010 10101001 100 0 1001 1100010 11011 110110 1100000 100101

Color Harmonies of #BAA904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA904

Black with #BAA904

Text Example


Text Example

White with #BAA904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA904; }

 p { color: rgb(186,169,4); }

 H1.HeaderClassName
 {
   color: #BAA904;
 }
 .AnyTagClassName
 {
   color: #BAA904;
 }
</style>

background-color css

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

 a { background-color: rgb(186,169,4); }

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

border-color css

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

 span { border-color: rgb(186,169,4); }

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