Html Css Color HEX #BAB403 La Rioja

📋 copy color: '#BAB403'

red 186 ◦ green 180 ◦ blue 3

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

Shades of La Rioja #BAB403

Tints of La Rioja #BAB403

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.78%

 BLUE value IS 3 (1.56% from 255) = 0.81%

R = 50.41%
G = 48.78%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BAB403 (or 0xBAB403) is known color: La Rioja. HEX triplet: BA, B4 and 03. RGB value is (186,180,3). Sum of RGB (Red+Green+Blue) = 186+180+3=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 180 (70.70% from 255 or 48.78% from 369); Blue value is 3 (1.56% from 255 or 0.81% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB403 is #454BFC. Grayscale: #A2A2A2. Windows color (decimal): -4541437 or 242874. OLE color: 242874.

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

Color convert

RGB 186 180 3 -
CMYK 0 0.03 0.98 0.27
HSL 58.03º 0.97% 0.37% -
HSV(B) 58.03º 0.98% 0.73% -
XYZ 36.59 43.09 6.47 -
YUV 161.62 38.49 145.39 -
System Red Green Blue C M Y K H S L
Decimal 186 180 3 0 0.03 0.98 0.27 58.03 0.97 0.37
Hex BA B4 3 0 3 62 1B 3A 61 25
Octal 272 264 3 0 3 142 33 72 141 45
Binary 10111010 10110100 11 0 11 1100010 11011 111010 1100001 100101

Color Harmonies of #BAB403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB403

Black with #BAB403

Text Example


Text Example

White with #BAB403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB403; }

 p { color: rgb(186,180,3); }

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

background-color css

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

 a { background-color: rgb(186,180,3); }

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

border-color css

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

 span { border-color: rgb(186,180,3); }

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