Html Css Color HEX #BAB316 La Rioja

📋 copy color: '#BAB316'

red 186 ◦ green 179 ◦ blue 22

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

Shades of La Rioja #BAB316

Tints of La Rioja #BAB316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.68%

R = 48.06%
G = 46.25%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BAB316 (or 0xBAB316) is known color: La Rioja. HEX triplet: BA, B3 and 16. RGB value is (186,179,22). Sum of RGB (Red+Green+Blue) = 186+179+22=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB316 is #454CE9. Grayscale: #A3A3A3. Windows color (decimal): -4541674 or 1487802. OLE color: 1487802.

HSL color Cylindrical-coordinate representation of color #BAB316: hue angle of 57.44º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAB316 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 179 22 -
CMYK 0 0.04 0.88 0.27
HSL 57.44º 0.79% 0.41% -
HSV(B) 57.44º 0.88% 0.73% -
XYZ 36.51 42.74 7.08 -
YUV 163.2 48.32 144.27 -
System Red Green Blue C M Y K H S L
Decimal 186 179 22 0 0.04 0.88 0.27 57.44 0.79 0.41
Hex BA B3 16 0 4 58 1B 39 4F 29
Octal 272 263 26 0 4 130 33 71 117 51
Binary 10111010 10110011 10110 0 100 1011000 11011 111001 1001111 101001

Color Harmonies of #BAB316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB316

Black with #BAB316

Text Example


Text Example

White with #BAB316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB316; }

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

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

background-color css

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

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

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

border-color css

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

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

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