Html Css Color HEX #BAB407 La Rioja

📋 copy color: '#BAB407'

red 186 ◦ green 180 ◦ blue 7

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

Shades of La Rioja #BAB407

Tints of La Rioja #BAB407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.88%

R = 49.87%
G = 48.26%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BAB407 (or 0xBAB407) is known color: La Rioja. HEX triplet: BA, B4 and 07. RGB value is (186,180,7). Sum of RGB (Red+Green+Blue) = 186+180+7=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 7 (3.12% from 255 or 1.88% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB407 is #454BF8. Grayscale: #A2A2A2. Windows color (decimal): -4541433 or 505018. OLE color: 505018.

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

Color convert

RGB 186 180 7 -
CMYK 0 0.03 0.96 0.27
HSL 57.99º 0.93% 0.38% -
HSV(B) 57.99º 0.96% 0.73% -
XYZ 36.61 43.1 6.59 -
YUV 162.07 40.49 145.07 -
System Red Green Blue C M Y K H S L
Decimal 186 180 7 0 0.03 0.96 0.27 57.99 0.93 0.38
Hex BA B4 7 0 3 60 1B 3A 5D 26
Octal 272 264 7 0 3 140 33 72 135 46
Binary 10111010 10110100 111 0 11 1100000 11011 111010 1011101 100110

Color Harmonies of #BAB407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB407

Black with #BAB407

Text Example


Text Example

White with #BAB407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB407; }

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

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

background-color css

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

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

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

border-color css

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

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

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