Html Css Color HEX #BAB304 La Rioja

📋 copy color: '#BAB304'

red 186 ◦ green 179 ◦ blue 4

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

Shades of La Rioja #BAB304

Tints of La Rioja #BAB304

RGB

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

 GREEN value IS 179 (70.31% from 255) = 48.51%

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

R = 50.41%
G = 48.51%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BAB304 (or 0xBAB304) is known color: La Rioja. HEX triplet: BA, B3 and 04. RGB value is (186,179,4). Sum of RGB (Red+Green+Blue) = 186+179+4=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 179 (70.31% from 255 or 48.51% from 369); Blue value is 4 (1.95% from 255 or 1.08% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB304 is #454CFB. Grayscale: #A1A1A1. Windows color (decimal): -4541692 or 308154. OLE color: 308154.

HSL color Cylindrical-coordinate representation of color #BAB304: hue angle of 57.69º 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 #BAB304 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 179 4 -
CMYK 0 0.04 0.98 0.27
HSL 57.69º 0.96% 0.37% -
HSV(B) 57.69º 0.98% 0.73% -
XYZ 36.39 42.69 6.44 -
YUV 161.14 39.32 145.73 -
System Red Green Blue C M Y K H S L
Decimal 186 179 4 0 0.04 0.98 0.27 57.69 0.96 0.37
Hex BA B3 4 0 4 62 1B 3A 60 25
Octal 272 263 4 0 4 142 33 72 140 45
Binary 10111010 10110011 100 0 100 1100010 11011 111010 1100000 100101

Color Harmonies of #BAB304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB304

Black with #BAB304

Text Example


Text Example

White with #BAB304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB304; }

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

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

background-color css

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

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

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

border-color css

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

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

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