Html Css Color HEX #BAB50D La Rioja

📋 copy color: '#BAB50D'

red 186 ◦ green 181 ◦ blue 13

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

Shades of La Rioja #BAB50D

Tints of La Rioja #BAB50D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.42%

R = 48.95%
G = 47.63%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BAB50D (or 0xBAB50D) is known color: La Rioja. HEX triplet: BA, B5 and 0D. RGB value is (186,181,13). Sum of RGB (Red+Green+Blue) = 186+181+13=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 181 (71.09% from 255 or 47.63% from 380); Blue value is 13 (5.47% from 255 or 3.42% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB50D is #454AF2. Grayscale: #A4A4A4. Windows color (decimal): -4541171 or 898490. OLE color: 898490.

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

Color convert

RGB 186 181 13 -
CMYK 0 0.03 0.93 0.27
HSL 58.27º 0.87% 0.39% -
HSV(B) 58.27º 0.93% 0.73% -
XYZ 36.85 43.52 6.84 -
YUV 163.34 43.16 144.16 -
System Red Green Blue C M Y K H S L
Decimal 186 181 13 0 0.03 0.93 0.27 58.27 0.87 0.39
Hex BA B5 D 0 3 5D 1B 3A 57 27
Octal 272 265 15 0 3 135 33 72 127 47
Binary 10111010 10110101 1101 0 11 1011101 11011 111010 1010111 100111

Color Harmonies of #BAB50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB50D

Black with #BAB50D

Text Example


Text Example

White with #BAB50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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