Html Css Color HEX #BAB907 La Rioja

📋 copy color: '#BAB907'

red 186 ◦ green 185 ◦ blue 7

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

Shades of La Rioja #BAB907

Tints of La Rioja #BAB907

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.85%

R = 49.21%
G = 48.94%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BAB907 (or 0xBAB907) is known color: La Rioja. HEX triplet: BA, B9 and 07. RGB value is (186,185,7). Sum of RGB (Red+Green+Blue) = 186+185+7=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 185 (72.66% from 255 or 48.94% from 378); Blue value is 7 (3.12% from 255 or 1.85% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB907 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB907 is #4546F8. Grayscale: #A5A5A5. Windows color (decimal): -4540153 or 506298. OLE color: 506298.

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

Color convert

RGB 186 185 7 -
CMYK 0 0.01 0.96 0.27
HSL 59.66º 0.93% 0.38% -
HSV(B) 59.66º 0.96% 0.73% -
XYZ 37.64 45.15 6.93 -
YUV 165.01 38.83 142.97 -
System Red Green Blue C M Y K H S L
Decimal 186 185 7 0 0.01 0.96 0.27 59.66 0.93 0.38
Hex BA B9 7 0 1 60 1B 3C 5D 26
Octal 272 271 7 0 1 140 33 74 135 46
Binary 10111010 10111001 111 0 1 1100000 11011 111100 1011101 100110

Color Harmonies of #BAB907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB907

Black with #BAB907

Text Example


Text Example

White with #BAB907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB907; }

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

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

background-color css

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

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

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

border-color css

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

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

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