Html Css Color HEX #BAB011 La Rioja

📋 copy color: '#BAB011'

red 186 ◦ green 176 ◦ blue 17

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

Shades of La Rioja #BAB011

Tints of La Rioja #BAB011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.49%

R = 49.08%
G = 46.44%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BAB011 (or 0xBAB011) is known color: La Rioja. HEX triplet: BA, B0 and 11. RGB value is (186,176,17). Sum of RGB (Red+Green+Blue) = 186+176+17=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 176 (69.14% from 255 or 46.44% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB011 is #454FEE. Grayscale: #A1A1A1. Windows color (decimal): -4542447 or 1159354. OLE color: 1159354.

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

Color convert

RGB 186 176 17 -
CMYK 0 0.05 0.91 0.27
HSL 56.45º 0.83% 0.4% -
HSV(B) 56.45º 0.91% 0.73% -
XYZ 35.88 41.53 6.66 -
YUV 160.86 46.81 145.93 -
System Red Green Blue C M Y K H S L
Decimal 186 176 17 0 0.05 0.91 0.27 56.45 0.83 0.4
Hex BA B0 11 0 5 5B 1B 38 53 28
Octal 272 260 21 0 5 133 33 70 123 50
Binary 10111010 10110000 10001 0 101 1011011 11011 111000 1010011 101000

Color Harmonies of #BAB011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB011

Black with #BAB011

Text Example


Text Example

White with #BAB011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB011; }

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

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

background-color css

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

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

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

border-color css

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

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

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