Html Css Color HEX #BAB510 La Rioja

📋 copy color: '#BAB510'

red 186 ◦ green 181 ◦ blue 16

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

Shades of La Rioja #BAB510

Tints of La Rioja #BAB510

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.26%

 BLUE value IS 16 (6.64% from 255) = 4.18%

R = 48.56%
G = 47.26%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BAB510 (or 0xBAB510) is known color: La Rioja. HEX triplet: BA, B5 and 10. RGB value is (186,181,16). Sum of RGB (Red+Green+Blue) = 186+181+16=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 181 (71.09% from 255 or 47.26% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB510 is #454AEF. Grayscale: #A4A4A4. Windows color (decimal): -4541168 or 1095098. OLE color: 1095098.

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

Color convert

RGB 186 181 16 -
CMYK 0 0.03 0.91 0.27
HSL 58.24º 0.84% 0.4% -
HSV(B) 58.24º 0.91% 0.73% -
XYZ 36.87 43.52 6.95 -
YUV 163.69 44.66 143.92 -
System Red Green Blue C M Y K H S L
Decimal 186 181 16 0 0.03 0.91 0.27 58.24 0.84 0.4
Hex BA B5 10 0 3 5B 1B 3A 54 28
Octal 272 265 20 0 3 133 33 72 124 50
Binary 10111010 10110101 10000 0 11 1011011 11011 111010 1010100 101000

Color Harmonies of #BAB510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB510

Black with #BAB510

Text Example


Text Example

White with #BAB510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB510; }

 p { color: rgb(186,181,16); }

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

background-color css

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

 a { background-color: rgb(186,181,16); }

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

border-color css

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

 span { border-color: rgb(186,181,16); }

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