Html Css Color HEX #BAB409 La Rioja

📋 copy color: '#BAB409'

red 186 ◦ green 180 ◦ blue 9

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

Shades of La Rioja #BAB409

Tints of La Rioja #BAB409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.4%

R = 49.6%
G = 48%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BAB409 (or 0xBAB409) is known color: La Rioja. HEX triplet: BA, B4 and 09. RGB value is (186,180,9). Sum of RGB (Red+Green+Blue) = 186+180+9=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 9 (3.91% from 255 or 2.4% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB409 is #454BF6. Grayscale: #A2A2A2. Windows color (decimal): -4541431 or 636090. OLE color: 636090.

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

Color convert

RGB 186 180 9 -
CMYK 0 0.03 0.95 0.27
HSL 57.97º 0.91% 0.38% -
HSV(B) 57.97º 0.95% 0.73% -
XYZ 36.62 43.1 6.65 -
YUV 162.3 41.49 144.9 -
System Red Green Blue C M Y K H S L
Decimal 186 180 9 0 0.03 0.95 0.27 57.97 0.91 0.38
Hex BA B4 9 0 3 5F 1B 3A 5B 26
Octal 272 264 11 0 3 137 33 72 133 46
Binary 10111010 10110100 1001 0 11 1011111 11011 111010 1011011 100110

Color Harmonies of #BAB409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB409

Black with #BAB409

Text Example


Text Example

White with #BAB409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB409; }

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

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

background-color css

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

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

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

border-color css

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

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

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