Html Css Color HEX #BAB309 La Rioja

📋 copy color: '#BAB309'

red 186 ◦ green 179 ◦ blue 9

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

Shades of La Rioja #BAB309

Tints of La Rioja #BAB309

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.86%

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

R = 49.73%
G = 47.86%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BAB309 (or 0xBAB309) is known color: La Rioja. HEX triplet: BA, B3 and 09. RGB value is (186,179,9). Sum of RGB (Red+Green+Blue) = 186+179+9=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 179 (70.31% from 255 or 47.86% from 374); Blue value is 9 (3.91% from 255 or 2.41% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB309 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB309 is #454CF6. Grayscale: #A2A2A2. Windows color (decimal): -4541687 or 635834. OLE color: 635834.

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

Color convert

RGB 186 179 9 -
CMYK 0 0.04 0.95 0.27
HSL 57.63º 0.91% 0.38% -
HSV(B) 57.63º 0.95% 0.73% -
XYZ 36.42 42.7 6.58 -
YUV 161.71 41.82 145.32 -
System Red Green Blue C M Y K H S L
Decimal 186 179 9 0 0.04 0.95 0.27 57.63 0.91 0.38
Hex BA B3 9 0 4 5F 1B 3A 5B 26
Octal 272 263 11 0 4 137 33 72 133 46
Binary 10111010 10110011 1001 0 100 1011111 11011 111010 1011011 100110

Color Harmonies of #BAB309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB309

Black with #BAB309

Text Example


Text Example

White with #BAB309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB309; }

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

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

background-color css

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

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

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

border-color css

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

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

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