Html Css Color HEX #BAB906 La Rioja

📋 copy color: '#BAB906'

red 186 ◦ green 185 ◦ blue 6

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

Shades of La Rioja #BAB906

Tints of La Rioja #BAB906

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.07%

 BLUE value IS 6 (2.73% from 255) = 1.59%

R = 49.34%
G = 49.07%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BAB906 (or 0xBAB906) is known color: La Rioja. HEX triplet: BA, B9 and 06. RGB value is (186,185,6). Sum of RGB (Red+Green+Blue) = 186+185+6=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 185 (72.66% from 255 or 49.07% from 377); Blue value is 6 (2.73% from 255 or 1.59% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB906 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB906 is #4546F9. Grayscale: #A5A5A5. Windows color (decimal): -4540154 or 440762. OLE color: 440762.

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

Color convert

RGB 186 185 6 -
CMYK 0 0.01 0.97 0.27
HSL 59.67º 0.94% 0.38% -
HSV(B) 59.67º 0.97% 0.73% -
XYZ 37.63 45.15 6.9 -
YUV 164.89 38.33 143.05 -
System Red Green Blue C M Y K H S L
Decimal 186 185 6 0 0.01 0.97 0.27 59.67 0.94 0.38
Hex BA B9 6 0 1 61 1B 3C 5E 26
Octal 272 271 6 0 1 141 33 74 136 46
Binary 10111010 10111001 110 0 1 1100001 11011 111100 1011110 100110

Color Harmonies of #BAB906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB906

Black with #BAB906

Text Example


Text Example

White with #BAB906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB906; }

 p { color: rgb(186,185,6); }

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

background-color css

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

 a { background-color: rgb(186,185,6); }

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

border-color css

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

 span { border-color: rgb(186,185,6); }

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