Html Css Color HEX #BAB00E La Rioja

📋 copy color: '#BAB00E'

red 186 ◦ green 176 ◦ blue 14

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

Shades of La Rioja #BAB00E

Tints of La Rioja #BAB00E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.81%

 BLUE value IS 14 (5.86% from 255) = 3.72%

R = 49.47%
G = 46.81%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BAB00E (or 0xBAB00E) is known color: La Rioja. HEX triplet: BA, B0 and 0E. RGB value is (186,176,14). Sum of RGB (Red+Green+Blue) = 186+176+14=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 176 (69.14% from 255 or 46.81% from 376); Blue value is 14 (5.86% from 255 or 3.72% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB00E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB00E is #454FF1. Grayscale: #A1A1A1. Windows color (decimal): -4542450 or 962746. OLE color: 962746.

HSL color Cylindrical-coordinate representation of color #BAB00E: hue angle of 56.51º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BAB00E is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 176 14 -
CMYK 0 0.05 0.92 0.27
HSL 56.51º 0.86% 0.39% -
HSV(B) 56.51º 0.92% 0.73% -
XYZ 35.85 41.52 6.54 -
YUV 160.52 45.31 146.17 -
System Red Green Blue C M Y K H S L
Decimal 186 176 14 0 0.05 0.92 0.27 56.51 0.86 0.39
Hex BA B0 E 0 5 5C 1B 39 56 27
Octal 272 260 16 0 5 134 33 71 126 47
Binary 10111010 10110000 1110 0 101 1011100 11011 111001 1010110 100111

Color Harmonies of #BAB00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB00E

Black with #BAB00E

Text Example


Text Example

White with #BAB00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB00E; }

 p { color: rgb(186,176,14); }

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

background-color css

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

 a { background-color: rgb(186,176,14); }

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

border-color css

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

 span { border-color: rgb(186,176,14); }

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