Html Css Color HEX #BAB40D La Rioja

📋 copy color: '#BAB40D'

red 186 ◦ green 180 ◦ blue 13

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

Shades of La Rioja #BAB40D

Tints of La Rioja #BAB40D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.49%

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

R = 49.08%
G = 47.49%
B = 3.43%

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

#BAB40D (or 0xBAB40D) is known color: La Rioja. HEX triplet: BA, B4 and 0D. RGB value is (186,180,13). Sum of RGB (Red+Green+Blue) = 186+180+13=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 180 (70.70% from 255 or 47.49% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB40D is #454BF2. Grayscale: #A3A3A3. Windows color (decimal): -4541427 or 898234. OLE color: 898234.

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

Color convert

RGB 186 180 13 -
CMYK 0 0.03 0.93 0.27
HSL 57.92º 0.87% 0.39% -
HSV(B) 57.92º 0.93% 0.73% -
XYZ 36.64 43.11 6.77 -
YUV 162.76 43.49 144.58 -
System Red Green Blue C M Y K H S L
Decimal 186 180 13 0 0.03 0.93 0.27 57.92 0.87 0.39
Hex BA B4 D 0 3 5D 1B 3A 57 27
Octal 272 264 15 0 3 135 33 72 127 47
Binary 10111010 10110100 1101 0 11 1011101 11011 111010 1010111 100111

Color Harmonies of #BAB40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB40D

Black with #BAB40D

Text Example


Text Example

White with #BAB40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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